Memory Pool Memory Pool Refreshing

804 transactions
0.23 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
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (233,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
674,148 674,148 00000000000000000001bfcb75deda03c046e46dc194458eef6dbf56ac3ebef9 1.13 MB 2,663 83
674,147 674,147 00000000000000000006d0930562920cbb03249223d69c6d19bcccb475f6f475 1.26 MB 2,647 100
674,146 674,146 0000000000000000000c362946629b60f12296fbeca0ae67d141119278ab4956 1.11 MB 2,255 88
674,145 674,145 000000000000000000062209c90ca76cfb29b84f18b4034a93e09026535e1968 1.27 MB 2,340 92
674,144 674,144 000000000000000000085327f4acbff0b6c5b1c037dc220998ce118dfc1c35ac 1.70 MB 1,902 109
674,143 674,143 0000000000000000000002b263deca5542b7068238d3e45658012e7101dce39a 1.47 MB 1,938 93
674,142 674,142 000000000000000000062961d1e1065c679a294c51c22abef25dc21c614d5cb2 1.22 MB 2,091 93
674,141 674,141 00000000000000000009959730a73598182795ebe95dd58f0c2fa309827eaccc 1.35 MB 2,932 105
674,140 674,140 00000000000000000000c9d36614c8b5052c110a93f86a00c65d95c7496d3221 1.25 MB 2,163 94
674,139 674,139 0000000000000000000c9d6d322888b47cf3b5a6afc062fce817da3b3aa7ec10 1.25 MB 3,135 111
674,138 674,138 000000000000000000030151f8a994348a8ad763c8bea8b455a0bcfcbb81cc58 1.73 MB 516 88
674,137 674,137 0000000000000000000ab51e5c926bde2223dad75f5c4d6b4fece1707910d3ab 1.45 MB 1,893 94
674,136 674,136 0000000000000000000a7e889bec56d61aa06bdf263924ecc842cf9b94a059ab 1.49 MB 1,557 94
674,135 674,135 00000000000000000001d5eb1d0d4afca4a7d30db14ef06679804064af3e67a4 1.27 MB 2,765 68
674,134 674,134 000000000000000000095fa376761037e6f120015b59d66ac6458cd445833db3 1.31 MB 1,876 82
674,133 674,133 0000000000000000000acb70b29db2256652afee778f98af6085c30b8cb534b1 1.44 MB 2,732 93
674,132 674,132 00000000000000000003b1f79ea684f8d2bcde9fb28f1b6720724709bd71c897 1.30 MB 2,133 98
674,131 674,131 00000000000000000003e5b16fa3aaac2a764884247ec02701212b194df1a8ef 1.30 MB 3,006 110
674,130 674,130 00000000000000000003c71420d3d435de113c70c061fbce038d3267117b81ce 1.10 MB 2,339 23
674,129 674,129 0000000000000000000a2b2386fb34965306d07fe69835bc2b7d76b8158c7d98 1.33 MB 2,532 66
674,128 674,128 0000000000000000000ba43f6f97dc75736cf0783e242aa6ba5cd1a28541c1f8 1.06 MB 2,837 24
Previous 10 blocks ↓
Total Size: 769.07 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.05 GB sent, 93.22 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.