Memory Pool Memory Pool Refreshing

2,053 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,032 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (710,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,676 197,676 00000000000005fc7fa2804b6ecba733b5cbaea9c61251aea25eacc101d74592 0.00 MB 2 0
197,675 197,675 000000000000054439c11fc4ae9e9ff3adf7b401b9100ef07ae3a558a75791fd 0.25 MB 56 59
197,674 197,674 000000000000060ddd0c5dffbbd1a2f14d4c2286784c4cd2b2c385088cc3d2a7 0.02 MB 96 27
197,673 197,673 00000000000003ecb210fe886781088629346bbacded03d975c14e145a6352ef 0.05 MB 139 141
197,672 197,672 0000000000000355bc40b489217aa7cbb91c0ca3f35138456d6a196452d87717 0.00 MB 12 181
197,671 197,671 000000000000052c86380a103da393142b89be6db46d23ca2cd3e9b3cee27023 0.07 MB 182 121
197,670 197,670 000000000000023ccefefed2ca9b4302e02db33826ea819a7d25eb7b1f59e540 0.23 MB 523 132
197,669 197,669 00000000000003f6275d232f5536556e0f871544b8fca847ea0e19430ba269e7 0.09 MB 279 184
197,668 197,668 00000000000003b57889a74765cd9a623b9431b57a4c32695d3ba41134ba7eb9 0.04 MB 99 119
197,667 197,667 000000000000040113d91dea7890c05ea121ba5ec68f96816f80a14c24b51842 0.10 MB 214 125
197,666 197,666 000000000000018772c5bcb5dbc22900c1563643a32f2478e86dc9dc180ce0a4 0.04 MB 79 106
197,665 197,665 0000000000000301440c289dfa0a3a8af862079672d1447a04a525756aeafa1e 0.23 MB 635 142
197,664 197,664 0000000000000053cbe6600d6c76143e26c22a55da9774fc04c5ad9a680b6073 0.19 MB 600 157
197,663 197,663 000000000000011b9cd6be67e4a5892ca3ef3d34924ecbce53b8f2e4843389c4 0.05 MB 143 134
197,662 197,662 000000000000028c5639892e5fdd8816c19c901cb551d1ca07d31a7a997638ec 0.01 MB 35 149
197,661 197,661 000000000000059443f983f678edb2e3c85443db4807c5b815d434623af7c6dc 0.04 MB 120 225
197,660 197,660 00000000000003f45e8f490327dd085ccce77b26994ef98a6b33ed0a3234b338 0.02 MB 68 656
197,659 197,659 000000000000055cb9e894f5378d55e98fd2afbf43978560e2b45c83f5d55d95 0.13 MB 366 134
197,658 197,658 0000000000000617e9fef4d21d7847db7b8076188eac24cb4cec9b6aaba965a0 0.02 MB 43 121
197,657 197,657 000000000000056b1a3d84a1e2b33cde8915a4b61c0cae14fca6d3e1490b4f98 0.06 MB 64 44
197,656 197,656 000000000000041016fbead38e2e0cccb38cf3fd58949a49a70158539396385e 0.09 MB 174 117
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.