Memory Pool Memory Pool Refreshing

3,447 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 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
908,166 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,637 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,165 (767,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,148 141,148 00000000000004fa68ef927542a8f946e5e482fc2919af568f81fb73fcf0b4d1 0.00 MB 7 50
141,147 141,147 000000000000090bbc03b1f5e06d7f82b31c12bdd178387f00dfe4652d852369 0.02 MB 55 496
141,146 141,146 000000000000072e0f638654b2e5d697dc365197f908fce10846b61b0c50f0eb 0.05 MB 167 96
141,145 141,145 0000000000000084701ba306e3cb09bb7d988d537dff8933c27befada4ba3767 0.02 MB 68 133
141,144 141,144 000000000000063d2b37e9f5e4fbdb9ef3349f7ad0db6b1827f1661a91ac43c4 0.00 MB 13 563
141,143 141,143 0000000000000712fabdaf70b965c4a76bd55c386530c1612cb8d49ac20d1417 0.05 MB 128 323
141,142 141,142 000000000000064478afed25833e7bc5ef50945822853d0a9658302ebc6e8578 0.01 MB 18 232
141,141 141,141 00000000000001b51f55c043a876e14d1f0d220aa8d297a0a72f88926956628e 0.05 MB 119 11
141,140 141,140 00000000000004d26a507fa70ea0d440a91a35b12247f1a13d99b1d50b0ae5f3 0.03 MB 61 29
141,139 141,139 000000000000079d60a25647365ad4e0d898943d28da04d7f44f8c11acd6da80 0.07 MB 123 303
141,138 141,138 00000000000000d2c4422baca8463b07567056173aee2c65f8407aa59782a2aa 0.01 MB 13 864
141,137 141,137 0000000000000768e93cbda52b6a52be9798f3580baf5d8d18d55e8ab139599f 0.02 MB 35 234
141,136 141,136 000000000000084ed6d730e16f38e7ea515f568150a47a2e3ff68407a3761cba 0.01 MB 15 233
141,135 141,135 0000000000000432cbede1b37913da0b3741c36636c597dbb40f2b4512618ce0 0.04 MB 107 371
141,134 141,134 00000000000009275b96bfa1675ce48bac6e76ca17390c19d6ae55e273b9c329 0.00 MB 10 190
141,133 141,133 000000000000002bfdc2c99aeec336949b3bf896eba14368ecac31300b62b239 0.01 MB 19 109
141,132 141,132 000000000000029e1d4e533c0289247200b3493c1dbbcad7f51e0140d4449b64 0.02 MB 83 45
141,131 141,131 000000000000065a7ddd6988234c12e6906018f3b72322783daa13992cc42aa9 0.05 MB 134 186
141,130 141,130 00000000000006e576de20e102a2de1003c69b2abf1e666212c401697a45b4f2 0.01 MB 26 71
141,129 141,129 000000000000073086deef04551cb68b2a154bb1bd2117662d06162ae18bc89a 0.00 MB 9 210
141,128 141,128 00000000000004c4ea37c4c674c7aa3be033b51b65f8f0e5716aa5e5f031920e 0.05 MB 125 328
Previous 10 blocks ↓
Total Size: 769.86 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,680.98 GB sent, 97.18 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.