Memory Pool Memory Pool Refreshing

2,997 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
904,587 0000000000000000000268160000000000000000000000000000000000000000 0.90 vMB 2,982 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,586 (783,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,046 121,046 000000000000597cbe5b6e79c61486d44370f163da0d9fb6752ddf4d59f7d5b9 0.00 MB 3 3,875
121,045 121,045 0000000000001071171398c29d9ef827e1bf53378cea6a963c9b3f129febbf1b 0.00 MB 11 670
121,044 121,044 0000000000003f8500cd6c42ecff802315281fd87f80af54c5ec2b063d771fb2 0.00 MB 4 0
121,043 121,043 0000000000008900678ecf84aaca49f1274ea64bfacbe0b1edd08f6a8f0bfc39 0.01 MB 35 0
121,042 121,042 0000000000005640d1cecde32f56f82200507aa2ccf1ed044a3d849a0fa26a6e 0.00 MB 12 311
121,041 121,041 0000000000003784a99e57cb832ea4ff50c0c2ccb6e69a22fbfc6a752f2d6170 0.01 MB 10 540
121,040 121,040 00000000000072353d12f50a216d98d8b6080ad09210e32cef475f018d8f7648 0.00 MB 13 829
121,039 121,039 0000000000006b7e67295ede5da1a1185268367b092ac569cb74a32be6f75b59 0.01 MB 28 290
121,038 121,038 00000000000050f019b53f0d9378879f30fe38cb73d614fcb600809ca447236f 0.00 MB 11 228
121,037 121,037 000000000000056017a46b9eb7543a9f99651cf93e764d52aadf2dfad7071d05 0.01 MB 47 0
121,036 121,036 00000000000043e5c795a4d21051d4281e303526bcc552302441be294b0da0a8 0.00 MB 10 773
121,035 121,035 0000000000005c89ac2411fe50f9b0ccaac59ea566561a02e4ae0dc4289244cb 0.00 MB 10 0
121,034 121,034 0000000000008ba010cc430bece41b71417b7ed4102dcb4b5b3ba759231e909e 0.01 MB 17 1,154
121,033 121,033 0000000000005a6e318a7cd5fda64ffa3c21688afdb92b2ba75208ac283222f1 0.00 MB 1 0
121,032 121,032 00000000000054a4313bcabfc559bdeddfa072b47858d35c18f3f128b9a8f827 0.03 MB 29 255
121,031 121,031 0000000000001a2585f316f81b20623e693845515f216f3ecb787583f4b79874 0.00 MB 9 2,471
121,030 121,030 0000000000002df0d65141941ff46360950bd6d59e840e7543d7b1a02a587cdf 0.01 MB 13 418
121,029 121,029 00000000000021116f3a21c0ffa0d44173274b53bddce4e3e3619d18a7e65036 0.00 MB 1 0
121,028 121,028 00000000000072a74cc890fd65a1f1fc870e53ffa3bad2e2ed366316ae46533d 0.01 MB 36 409
121,027 121,027 000000000000555d687591c8ee63ab8483166688e529eee9e09f1ccada907ede 0.00 MB 2 0
121,026 121,026 000000000000148b26490d48f10bea50ee749ee78d06cb8a4bd7a664e4e5556d 0.01 MB 16 651
Previous 10 blocks ↓
Total Size: 763.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,098.93 GB sent, 63.99 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.