Memory Pool Memory Pool Refreshing

3,122 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,296 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (454,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,823 452,823 000000000000000002874b1045bdd733809f547c9ee0be37b975023bc2559e9f 0.37 MB 1,137 165
452,822 452,822 00000000000000000228ff9c8492f7dae8e21d0ab3b292cda4dc14e6e68e86af 1.00 MB 1,433 83
452,821 452,821 0000000000000000002f0f43162cb87249263e704e4b0e17a2b5299b73f1b973 1.00 MB 998 69
452,820 452,820 000000000000000002913fc87f43f3ee49a8867b6878435506241d0237a08205 1.00 MB 2,340 94
452,819 452,819 000000000000000002928c687a3984c00f7a4262038df3cff830890b134fd02a 1.00 MB 2,169 64
452,818 452,818 0000000000000000000293fefe037584a70f0b4ae1980caf90332d35f3bf39a3 1.00 MB 2,184 102
452,817 452,817 0000000000000000015109ebe617b4ed213cb8a06ee1740dedf3ebfcade5176c 1.00 MB 1,667 76
452,816 452,816 000000000000000001d5d5de3ef40c2c3350e47fd5b4a2377e206c2f702f7e6d 1.00 MB 2,502 70
452,815 452,815 000000000000000001885372ff0f8c9846d58406e6d1ed065c102aeb49ebd917 1.00 MB 1,546 81
452,814 452,814 000000000000000000ad951f433dbb1db10912e30d5e4e287f8ad5790ba80ef9 1.00 MB 2,081 110
452,813 452,813 0000000000000000012524cd54d26ff43f187af8ebf98f3051e636a2e0a42b25 1.00 MB 1,769 103
452,812 452,812 000000000000000001f7bc6296642b1329dac11e511eaa995b53be68884e0dc0 1.00 MB 1,468 92
452,811 452,811 000000000000000001728ad423fd460229acc9f0fad14883b00b324a8269bbdf 1.00 MB 2,890 194
452,810 452,810 000000000000000001bcf668cf534b389ec474984266b772e396abde4b38f4e7 1.00 MB 1,207 77
452,809 452,809 0000000000000000007d6b5971429319d5a11276c8202b52e92b2b0d8659f045 1.00 MB 2,874 128
452,808 452,808 000000000000000001636f48e7e5fbce9bc085e5b9aed24ca823ab9e2ef665c7 1.00 MB 2,180 88
452,807 452,807 000000000000000001269427e79e3d40622c0323f5473f83c6c4f0f48e2f15f5 1.00 MB 2,218 68
452,806 452,806 000000000000000001436239cf4d38a477fa7a2979221760627eb46b3b75c34b 1.00 MB 1,981 73
452,805 452,805 000000000000000000da93bba13e1e589627ac9b8a71ab9e9a16e43fad7d207f 1.00 MB 1,741 118
452,804 452,804 000000000000000000895a3620f8ad2b7853d09821e5f85ee951f914f64f3d8d 1.00 MB 2,179 89
452,803 452,803 00000000000000000056b13749e0fc4fde9920fe4882ca5594519a61f1d7e2e7 1.00 MB 1,655 80
Previous 10 blocks ↓
Total Size: 768.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,614.83 GB sent, 92.59 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.