Memory Pool Memory Pool Refreshing

425 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 417 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (703,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,884 203,884 000000000000047f75f356ce62a8cdd45a13485771b81acde95002975e4c9733 0.10 MB 201 116
203,883 203,883 00000000000003a05bd4c503b42be28aa228118ee6d2549427d4fc7e8a5d8cd1 0.04 MB 91 225
203,882 203,882 00000000000000f96c069ac5c4b9b105a50ceb28b41c13de26fac6aa24218ca4 0.00 MB 11 72
203,881 203,881 0000000000000294cfcca4316ef107d7aec91c4d48ebe136b5c07c6b31bd2a66 0.25 MB 398 52
203,880 203,880 000000000000051ae83f748a9cf61a28b474bd518b98506012d7f0b45118bc17 0.12 MB 159 61
203,879 203,879 000000000000051760c65fec96d399f92c8a1e6b02cb897a59275131c7db893e 0.11 MB 198 92
203,878 203,878 000000000000026b0a95640b784e00962fc203d744ab5ec16156a48da75b3ceb 0.25 MB 630 164
203,877 203,877 0000000000000439699a041d2f17850bcd2a980b5db1bd2c515e9b93dceaf346 0.03 MB 84 53
203,876 203,876 00000000000003013fa85f6bb8f248534f21b15f4d491141cf734e9a09b4a07a 0.06 MB 135 102
203,875 203,875 0000000000000456eca87f68b71448d5d58118fac7e50bc97ab11ac1ed6d944c 0.21 MB 475 159
203,874 203,874 00000000000002e76da2da5f04982ac773d46041da334bfcf3040f4626816afd 0.02 MB 72 70
203,873 203,873 00000000000002980aeaa594eb27d9199a33eadbe1c5eed1a6938af3ae82ec19 0.03 MB 69 88
203,872 203,872 000000000000013cc858a6667ebc974c10ec0dcf3ded68fbe255d09b932a4c34 0.11 MB 270 150
203,871 203,871 000000000000018d5b3ec501e47b2a2bd0b969b85743657de27667341f28dae6 0.12 MB 223 149
203,870 203,870 00000000000003f1e89dc767fecbefdbfbd37db706f2449360320bfb3f7bf5ba 0.09 MB 164 92
203,869 203,869 0000000000000031ea5afa1d5cd32502103df272048f861f9b97f2d23922a3cb 0.02 MB 57 100
203,868 203,868 000000000000048dd9710a9591d89080a791e984ad43d42dfd345e02bc253f7a 0.12 MB 358 156
203,867 203,867 0000000000000473c1f6b5125dd4c5ec6966da07d784da13184cc9da9a415d05 0.07 MB 76 48
203,866 203,866 00000000000000628303ac5e61bd9cf560b57af720d4de46570415f58f6fb0c5 0.14 MB 324 141
203,865 203,865 00000000000004d3e0d1381531afe63fe7acc7e7285d87f2ed420398283336e1 0.25 MB 172 65
203,864 203,864 00000000000003ae180c146e0f1ac009d22384d9e30ea387ade28e7e4f3928c9 0.34 MB 693 138
Previous 10 blocks ↓
Total Size: 769.10 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,628.95 GB sent, 93.40 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.