Memory Pool Memory Pool Refreshing

4,365 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,527 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (454,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
453,390 453,390 0000000000000000007a2548c1c81bb1e635bd2c2554b1ed9e111aecbf8c668b 1.00 MB 1,178 74
453,389 453,389 00000000000000000095f28d7759ae2eb11610863f21347f7ff52e4ea4783235 1.00 MB 1,838 93
453,388 453,388 000000000000000002951d7c13a3c9bd90cd2d2c9bc8c917a57091b52ed1711e 1.00 MB 2,704 155
453,387 453,387 000000000000000001b5f16753a5a1058a33338022851d4075b9974a5a2b4567 1.00 MB 1,116 66
453,386 453,386 00000000000000000136c36490a3682aa26e67de459948817424038a1779b4f5 1.00 MB 3,112 99
453,385 453,385 000000000000000001d2b199ac4e7e37be2e3fc1287df619e4fce2699ad50aea 1.00 MB 4,013 77
453,384 453,384 000000000000000000b3b4fb50f144c9c1b0fad75ccfed19f249db72455de378 1.00 MB 2,297 110
453,383 453,383 00000000000000000068309ece0907017170887da93c5efac65cdbe33665db81 0.99 MB 2,065 118
453,382 453,382 0000000000000000005b4c000d5e4476f7329e60d6485a67713e4ad34a7a38af 1.00 MB 2,010 90
453,381 453,381 000000000000000000771ba46ca02f4a0519605f8a307ed26cc2519cbfec2051 0.99 MB 2,230 81
453,380 453,380 0000000000000000012107cd19a3d8ffb9c24fbf2eea68022a604027129ded46 1.00 MB 2,646 85
453,379 453,379 000000000000000000061e8ed28f372d64c6348a2125fa88a5caf76232a0685c 1.00 MB 2,295 87
453,378 453,378 00000000000000000259690d8a3085d3a9a588bb2b25eea11f4efc169d445637 1.00 MB 2,483 111
453,377 453,377 0000000000000000016ce155cf9a1a4e0788f83d86a8f48f89a0c14048194d9e 1.00 MB 1,831 108
453,376 453,376 0000000000000000023d0bcb590ab40210174cfce428312e9ab8f651c589f09f 1.00 MB 1,838 116
453,375 453,375 00000000000000000299fd704f034e35fe7efded87270aea8e00d5cbece62791 1.00 MB 2,827 89
453,374 453,374 000000000000000001a6ace294b3698f869a548386a010cb79b8d97f25683377 1.00 MB 2,051 100
453,373 453,373 00000000000000000056c29b0fe5dae07420645d7cb4b97c83b08c7c5f547112 1.00 MB 2,436 83
453,372 453,372 000000000000000000a4e0a974c4846ec7df03211cb9e511dfe9cd1208877310 1.00 MB 2,776 101
453,371 453,371 000000000000000000bf4711e2435eb268a1664d1c4413e9f66419b3d44235f7 1.00 MB 2,230 119
453,370 453,370 0000000000000000017e873ab0077234d423cc05b867a3a41a6f2e8e2fdd07c3 1.00 MB 2,468 134
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.50 GB sent, 92.73 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.