Memory Pool Memory Pool Refreshing

1,510 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (703,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,299 204,299 000000000000042c51b7301cd12ac2222006b25eb7e30ca39baed63d904d09e8 0.05 MB 119 142
204,298 204,298 000000000000045e4a90b635d89b261972168b32b0c07d5e5faa0fa96bf88f27 0.01 MB 48 103
204,297 204,297 000000000000002b45d5841e4d442a67bff16bf17a9b3dffe67ca1116d74eca1 0.20 MB 589 160
204,296 204,296 00000000000002f9c0323697adf412972b8a7cf65781ff2a8a66113994f33159 0.17 MB 365 111
204,295 204,295 000000000000014e90132d168c848d16ad764ed827a340142140ce698f0afbde 0.03 MB 68 110
204,294 204,294 0000000000000342a05986a414dd2badc81aa54bab432ee03a721f1f66c05a19 0.17 MB 427 125
204,293 204,293 00000000000000f7a07548dc5754b8460f9ad45996522fc46ad4d44dd391a116 0.25 MB 549 116
204,292 204,292 00000000000005242283a45a64232e81d8a1d1263f9ba8125b7b172680c47eee 0.00 MB 10 33
204,291 204,291 0000000000000504802dc6d88347fb75f91272e63de69ae2b0a41bcc43a3bdef 0.16 MB 435 133
204,290 204,290 00000000000002f4efe42a834079bc0b34b79f15f0ff459ffde5eec119da420a 0.19 MB 488 138
204,289 204,289 00000000000004f577af2ba743870c4d06da82d02082d3fa8d6545f34b216442 0.17 MB 181 66
204,288 204,288 0000000000000270d260ce09d0d806ca13041a739ee7a1961a1e297e30359663 0.16 MB 355 135
204,287 204,287 0000000000000057662547721788ec81b72f79a6e5179ce351f7f164f98cd536 0.02 MB 41 102
204,286 204,286 00000000000003d44f5ae7835a51de0dda013401723f162ddfcfe7f14e062d63 0.16 MB 359 133
204,285 204,285 000000000000010d3b7d5b529ddafaeb97a7a9abcf7df51e87fd81391bde2308 0.04 MB 125 168
204,284 204,284 00000000000002142d25e5cf7f4ac283629b54e389493983afd4479007c4224b 0.32 MB 732 108
204,283 204,283 000000000000012469f1899e0637b24a6d346b50490b575c55078b66005e66f4 0.01 MB 32 193
204,282 204,282 000000000000007fa205f1d080fe2b11c92ca25864ea952c72c1ec4fe181fc3c 0.10 MB 215 118
204,281 204,281 00000000000001f95eace50374226c6fe757683d4d07fa1d81d2374878a802d2 0.03 MB 97 88
204,280 204,280 000000000000032a50e78f92f2c29b1e18509a6ea668849971b6ae95c2f4e8ef 0.05 MB 113 119
204,279 204,279 0000000000000002714d12bce850250dc06d3323cbd4a96e619994fc3851f13e 0.17 MB 358 136
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.