Memory Pool Memory Pool Refreshing

8,320 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (684,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,383 223,383 0000000000000075f2cdcee6a530743ae7341bcc5f5ce46ed6a4cd6845c6d144 0.07 MB 132 187
223,382 223,382 000000000000036fa04a580a014389a5ce2c69c81d29c1fca1cc2cdca5deb3a6 0.05 MB 108 158
223,381 223,381 0000000000000411a1499f96c9bfc0da53b3a8e88d4af1094e0f5ea6b4a3d6fb 0.12 MB 281 208
223,380 223,380 000000000000043503f0266a6f5e5b6f615256bc380b29d2589b80081ad99362 0.00 MB 1 0
223,379 223,379 00000000000004976c18e97ae2759c1cbaf2e1f6fcbbb5840f581d6e7f21ccaf 0.09 MB 230 176
223,378 223,378 000000000000042ee4262123f5055f0364f12c7832558d859ba2fd2689b00896 0.12 MB 314 162
223,377 223,377 00000000000003adb7db74b7c36a9c2898500ec67203533491bd4512658eedeb 0.16 MB 241 147
223,376 223,376 0000000000000211d04b1a5a217b885d0023961452ed7106d6b4558904546077 0.09 MB 142 135
223,375 223,375 00000000000002e7b9f757446822798e578708fbdb7dc66433ce66d4be2410a8 0.07 MB 107 51
223,374 223,374 000000000000008767c6979ddc9f0ea551d9f17e581fecbceb24fde56fc337fc 0.08 MB 192 161
223,373 223,373 00000000000003f6e9684f82f86d442e4ad7584792a47c7a48b59d240bc61ea6 0.08 MB 160 143
223,372 223,372 000000000000006491258a22f70859fa60b10f571d1ef50d92d36d0361b3e28c 0.17 MB 415 172
223,371 223,371 0000000000000439bc98eb67454bf5ef3f0dcb05edff78f66cf459f6338e1677 0.07 MB 117 158
223,370 223,370 00000000000001d79a88151cb6a7ded83864ae51b49c73c796da48d07900e396 0.08 MB 80 113
223,369 223,369 0000000000000007fc20f776ef4f48f1fb84b3aec51061d9e3d8e8cc19fb6920 0.14 MB 333 230
223,368 223,368 00000000000001d6bad84f38149b9a9468e6ee5d4b1ac196e6fb95ff82f71b8a 0.01 MB 19 151
223,367 223,367 00000000000002aace2d826e0b2d79fa6cf5af5f28a50b03e823c8c50f25568f 0.09 MB 183 168
223,366 223,366 000000000000016884427e06ec3343cae37c290f0507fb7693a67d3d139ede29 0.09 MB 128 61
223,365 223,365 000000000000000a132383a82de9402d44b3a998e128562481d0de63b18fc9fa 0.10 MB 255 181
223,364 223,364 00000000000003dc260581152dad808836690cdeed6d3315c01d0b51b6a07fdc 0.02 MB 36 122
223,363 223,363 000000000000020f40c6d8735aa541ebb81886c99cf8bba2a4cc05bc1ce82b10 0.06 MB 105 89
Previous 10 blocks ↓
Total Size: 769.03 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,625.15 GB sent, 93.02 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.