Memory Pool Memory Pool Refreshing

7,802 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,164 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (776,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,139 131,139 00000000000001f7f423428eece4823832dcb4718de7ec176e6e27f2dc37aedc 0.01 MB 18 2,313
131,138 131,138 0000000000000cd00745c0e0ec7055494226324f60f1d14d320dadfc924751eb 0.01 MB 27 868
131,137 131,137 0000000000000277c2676563a32b8777f81bf5f16ce9d1423d48fbc886ae9a3f 0.01 MB 40 636
131,136 131,136 0000000000000e7db0813d717028c5245c8aa3928f2b6680c744db564e95a772 0.01 MB 28 897
131,135 131,135 0000000000000a8d53e3fccb2c7d923811b6bc5294dd72a965eade2edf13ca82 0.02 MB 78 298
131,134 131,134 000000000000084eabcfbc6a1f7f5228223cf97b2ffcad466429cbff3c41d158 0.02 MB 40 510
131,133 131,133 00000000000007847494ce656b786a322afbe8cb0b69b922650b81048b66566f 0.01 MB 11 658
131,132 131,132 00000000000011551fb8dda65674300c3067f0c58e8d32496281ea9a740638c6 0.00 MB 13 652
131,131 131,131 000000000000084ed418cd5974925e5728400eec1eb8db47ae5a3acf0a764c7b 0.02 MB 55 988
131,130 131,130 0000000000000fe8c63c3d2f1f8a1b6e59151a9703755fe2ae818dc94d0747f3 0.00 MB 13 1,687
131,129 131,129 000000000000026c8279691ad6c32e04e3ee93f52155621497d044d10550fb69 0.06 MB 169 765
131,128 131,128 0000000000000d7ab330c1dc5e97399ebf26df4fb8a84d8db4f35b520c954587 0.04 MB 83 1,010
131,127 131,127 00000000000012d80525b95555ef0800ffc4aa9770dc2a42707fd153e5ba65e2 0.01 MB 15 840
131,126 131,126 0000000000000caf937df098b99ec769f365babc3d3a143b2ce4cf4ee9ef8d0a 0.01 MB 38 801
131,125 131,125 000000000000100790bd15626c61754ae218fea610e8779eabad8548b3ebf954 0.03 MB 49 302
131,124 131,124 0000000000000d2f74df3a04ed74ccaa42480433bea41c117a3a0ac725b4152d 0.02 MB 35 817
131,123 131,123 0000000000000c1687a5f67372b7ed9c6a1365ecb24cd1afd081a43728a9f73c 0.00 MB 12 822
131,122 131,122 00000000000012062198f1ec6dd9de91f85d0df61580a702d2bba588e8ba53fd 0.00 MB 11 368
131,121 131,121 000000000000022ed13e11bd7f5ab63d58185455f46e1fd70aa554c668a2e10b 0.03 MB 90 215
131,120 131,120 0000000000000de09cfff8031b47cfb8f37c92755799eef2404fcb6f45c19f1f 0.00 MB 9 50
131,119 131,119 000000000000014137f5e808437c266af145f35c842667bc5e8944f1ec8b45bc 0.03 MB 59 1,240
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.