Memory Pool Memory Pool Refreshing

6,384 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,237 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (48,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,146 859,146 00000000000000000001bd157335bd7d4c24799df462060dfb64c9307fb199a5 1.39 MB 2,477 8
859,145 859,145 0000000000000000000109e94f6e25bd92d6424d960427e3bd10e7c65cd1996d 2.12 MB 4,103 3
859,144 859,144 00000000000000000002806cbe89e9694072f8f2a04cc77b73f69a4c9cdc5ec3 2.20 MB 2,209 3
859,143 859,143 00000000000000000000aba6dc93e7d164d0535a97563bd07fab1931ac92c26e 3.28 MB 1,576 3
859,142 859,142 00000000000000000000b2adbbbe42d88f703aa0054852816643bd7cc573b4d6 1.65 MB 2,817 5
859,141 859,141 00000000000000000001c1b7053cec1a53060bc8e44809c3f00492e5e2e22587 1.47 MB 2,980 8
859,140 859,140 0000000000000000000170b2c0084e172a3bb381912abff6ec7a4a41235b7deb 1.60 MB 4,891 5
859,139 859,139 00000000000000000001d3dfbdd879fd9182b567b8dc319045f21cc37f9479f0 1.66 MB 4,059 5
859,138 859,138 0000000000000000000183e9f2d8b1013e83f3acdde5d2f1213a47e5d9fbb686 1.51 MB 6,833 3
859,137 859,137 00000000000000000000ac4f47783c693389a9acfc67541bfcc935eec984135b 1.60 MB 4,944 4
859,136 859,136 00000000000000000002f64c013337c3fc085ff178ac75ff6c9a93f4e39d8b84 1.66 MB 2,622 6
859,135 859,135 0000000000000000000005eb1db41a58184af9ce871f27586664f1c03fd797a0 1.50 MB 7,590 2
859,134 859,134 00000000000000000001da3aa28194a617c24831ef43d96b056f816b9e409aff 1.43 MB 3,972 4
859,133 859,133 00000000000000000001762decde55f987f14a6be29161c655e859475cf0fa9e 1.46 MB 4,984 4
859,132 859,132 000000000000000000025ca95ef625d8607672f55f30be00f77bc969b8b1625c 1.66 MB 3,770 3
859,131 859,131 0000000000000000000151e45268071917ac5b9ba855f8017bc2255c511e08f2 1.71 MB 2,011 3
859,130 859,130 000000000000000000011dbcee16ec45613b90207a116e81db165066b03ce06e 1.83 MB 938 4
859,129 859,129 00000000000000000000af47ff6ed77558c47b6bfe00acd9d5d8239531604f48 2.14 MB 291 4
859,128 859,128 000000000000000000018174d4b309e97b735735e0c2dd7021ae028689d67924 2.00 MB 1,114 6
859,127 859,127 000000000000000000005f3decdebd2cb546a91f0d01a54475adc98a97fda748 2.10 MB 509 4
859,126 859,126 000000000000000000024cc10561fad61fc86c21a5bb047ffb90e11b8a884971 1.62 MB 2,855 8
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.