Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.89 vMB 2,299 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (765,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,794 141,794 00000000000007752dd911c87899add6942800fb34f9ac7fbe39bb8d151178ba 0.05 MB 135 227
141,793 141,793 00000000000001567d51af2c5fe5e79cee1aabe124ca5d2b3ac5bd970bf0c00f 0.03 MB 81 133
141,792 141,792 00000000000004a20a4d8537861980e2099943d55b9b2c8c7190d2e0d8e10a28 0.00 MB 13 48
141,791 141,791 00000000000008369d4eada61bbe80fda40720b607b6d80b8ea6378724d99e37 0.00 MB 14 256
141,790 141,790 00000000000001d95c2bbc2f6a62eea2cde4cda91d2366ee06f0992cd8e4a5a2 0.02 MB 38 92
141,789 141,789 00000000000008e09b6c9139343d748b92961d43ad242e615858bca7007f2fd1 0.00 MB 4 129
141,788 141,788 00000000000006c6a325e1c1353ddf46cffc38ae0c1e31bc052b78b661ab66be 0.01 MB 18 113
141,787 141,787 00000000000008ac0f2931ee188e1e33fc3f774d45fbfc94e60da531ff8a36e1 0.01 MB 34 74
141,786 141,786 0000000000000292e72b96aef30387aeb2fdbc6df6407cd2ac940c5750f9da86 0.03 MB 29 143
141,785 141,785 0000000000000776b7db0f882a512bd5761b29488b001c32424005df31c3815e 0.04 MB 127 35
141,784 141,784 00000000000000ab7c84b6b9369264a60dfc4433384fe25e5c3340205a1b3f32 0.00 MB 9 0
141,783 141,783 00000000000004992fc8872129736d4dc36ed2e24ffebaf95c01d773b5dc39a4 0.00 MB 13 543
141,782 141,782 00000000000009199e7e0cfd64b4e18ea9f626f74cf21123073c007974791bcb 0.02 MB 51 138
141,781 141,781 00000000000006377a1f847844e54fd63be87977460eba739168355d7fdebb73 0.01 MB 23 274
141,780 141,780 000000000000055cae316e83d24d419ea73267b17e071e4c163d4b505095a2e3 0.04 MB 64 102
141,779 141,779 000000000000043107daa5837f7d24e4b4fc40c2e59f6c5e91dd8a92ba650404 0.00 MB 1 0
141,778 141,778 00000000000008f0754a3c239a8e5939f13445195a190ad7d7c5bce64e0418d3 0.02 MB 34 527
141,777 141,777 00000000000002168e13a5376a6e48103a9c06bb50bf70e6fcd6dd2f2c15d043 0.00 MB 6 85
141,776 141,776 000000000000031955ec071ad27a653e593ec1a5e74768fca2e7734315b6c5fd 0.02 MB 34 91
141,775 141,775 00000000000006ae78eb9b0fa09361be270bb343a2063507486e8d69bd425756 0.01 MB 19 105
141,774 141,774 00000000000005bc47163d23ce8689517a144b59ef54996334554fc0aeba1ea6 0.02 MB 65 124
Previous 10 blocks ↓
Total Size: 769.13 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,630.51 GB sent, 93.52 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.