Memory Pool Memory Pool Refreshing

689 transactions
0.27 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
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
907,760 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 674 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (646,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,271 261,271 000000000000000fc69fe6b60f2071efca9280014c10681d84626663545b69e6 0.25 MB 589 157
261,270 261,270 00000000000000187d418b8353c3a35094fa234dec6c5fa063d3efcc55d68a2c 0.15 MB 294 68
261,269 261,269 0000000000000015c07f40e7c7ddd48b9499641e90a1b547f580eea07c031630 0.55 MB 276 19
261,268 261,268 000000000000000a724134eb27a22d4a9ce4603901ca8ea96961a7980b94a3fe 0.25 MB 663 150
261,267 261,267 0000000000000010dea6a18f90d306dfb978b5bb099d58e745f0d7d223d280e9 0.19 MB 217 66
261,266 261,266 00000000000000039a2b9bdaede7653ab0a66a3f16b641a4dda7c7955cd83c93 0.25 MB 495 76
261,265 261,265 000000000000000a77d5a81a7462347e89ee8b29e8626ac39de590147c3dcfe2 0.25 MB 550 135
261,264 261,264 000000000000000946951cb8ce292c661764df80eeeccd6ae14781f574805299 0.18 MB 310 92
261,263 261,263 000000000000001b5b342b5d334e91a8932a36d2155530ae27298d26087d9221 0.08 MB 192 91
261,262 261,262 0000000000000012f87833fcac1b887fa1be1999b20cf687787dc0b15547c06d 0.22 MB 344 87
261,261 261,261 000000000000000febf85df105d67fc07dd7c3d0171089f2b3970614db9a9ed1 0.37 MB 717 75
261,260 261,260 00000000000000011262d9dbc4dfec82a8d07da251d269028f51b03ec982dcc8 0.18 MB 458 104
261,259 261,259 0000000000000008fd9b4dfde58a5e4c36d2ad8a45567643ba09f67d7f4ea85d 0.04 MB 86 36
261,258 261,258 00000000000000187667cb8a0de1a6e3d7da1056ee279d8ed226065ae028c3b4 0.13 MB 84 26
261,257 261,257 00000000000000089530ce9b33d52da452d113102c16ec92fcb66bd40315589c 0.49 MB 444 51
261,256 261,256 00000000000000025308142e51b731855652399733bf452333bd377cfe29afeb 0.49 MB 1,082 108
261,255 261,255 0000000000000006f85b0e2b7975a0110a1fad150c7ac11aacff68a3d59d50fe 0.00 MB 4 38
261,254 261,254 00000000000000073544cac20656301e3e2963423aa15061b1ced795708a850a 0.07 MB 181 128
261,253 261,253 0000000000000018712b1d279ebedb6951e308fef1575b39299173f0098f72b4 0.02 MB 43 67
261,252 261,252 0000000000000003bc2b0eab5f94f4dd85b6cb0a4c11567783f5e5f465d7f3eb 0.02 MB 52 82
261,251 261,251 00000000000000173d6fe467ba57881182365570c175733d342bb44dfe86f3b2 0.07 MB 165 127
Previous 10 blocks ↓
Total Size: 769.09 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.38 GB sent, 93.36 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.