Memory Pool Memory Pool Refreshing

10,252 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,113 (889,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,143 18,143 00000000ffb062296c9d4eb5f87bbf905d30669d26eab6bced341bd3f1dba5fd 0.00 MB 1 0
18,142 18,142 00000000a662131231ec659bc49c9c5c89d2670bc00e329fafa3a59e4d660f30 0.00 MB 1 0
18,141 18,141 000000001a2a2e9501ecdcea2352cd5c602df5d913df8757789f30c46ffad631 0.00 MB 1 0
18,140 18,140 00000000083a00be50c0f3e9d0889875b28872c9f010e1381774b5d58753e736 0.00 MB 1 0
18,139 18,139 000000004a8ed85e351103d89146c71e7dcfd63cce3b5e7d296ab97643518a52 0.00 MB 1 0
18,138 18,138 000000007a3a3daf8e0eabc934602d8c1bfa2205ccc670aab747c43d3e86e545 0.00 MB 1 0
18,137 18,137 00000000ef73d63857f90853b2c8136202559752ef55d7eee7cf02b000f3b272 0.00 MB 1 0
18,136 18,136 000000008eb3757f74486527435eca29b4687f78289bfbf9a6a88c95c1f38bd0 0.00 MB 1 0
18,135 18,135 00000000422b373f751903f2fbdd661f8a91abb3f36f72a5ad9395b088b3e8c0 0.00 MB 1 0
18,134 18,134 00000000c5559cca94c212b0495f9968a3c7f88b2325356f3d1b971304c82511 0.00 MB 1 0
18,133 18,133 000000001df198e7aca776b9ec9198561922b4e53c9cb03ae249e19be180078b 0.00 MB 1 0
18,132 18,132 00000000a3ed9a772957e7e95432eca87bb8ef109cce3f61749868f94c81ec6d 0.00 MB 1 0
18,131 18,131 00000000d18b49e1a741037280de6248cb2d9e67fa44085f818ad62240f89497 0.00 MB 1 0
18,130 18,130 000000005bf1c9c3a1c98e6c8029b236fce073e8f43c843b6c0bc5b5888f9a6f 0.00 MB 1 0
18,129 18,129 000000002b32ac7a64019bf7f5d4e62a46bbdbdb680270cc2c9035624e64c48c 0.00 MB 1 0
18,128 18,128 000000001369c3c2707aec0a72eb5e00f166c31969a800a9c4a63fa82e2b99f1 0.00 MB 1 0
18,127 18,127 00000000602326d0e50a5464dbedb3699e333f056d79cbead4038b6ec44e4b6b 0.00 MB 1 0
18,126 18,126 00000000ca9cff251e3d1a7eb684b5bfed43fe58a8475c322b8a3a44bbdbe459 0.00 MB 1 0
18,125 18,125 000000002dfe7994a9e5fe92f803a96cb18c6a8fef855d1ef040bafec0df9451 0.00 MB 1 0
18,124 18,124 000000005abf4a9c88ab7dc8bedb8b74bbc8aec73b26fe860e4704f6f7a622ce 0.00 MB 1 0
18,123 18,123 00000000adfe93e9abe3ec9ce837986b1faba9f024cf37d32dfc88e0cab65edc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.76 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,679.69 GB sent, 96.71 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.