Memory Pool Memory Pool Refreshing

7,170 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/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 ago 1.00 vMB 2,857 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (618,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,387 289,387 0000000000000000a2e7023f9a0fc30876fa8204c415ffbffe8bfff1ce24133b 0.35 MB 886 42
289,386 289,386 00000000000000011d541db6063c531d52b137decf0c8f8b238dadad7c934512 0.35 MB 946 97
289,385 289,385 0000000000000000702b1b625a0a54f059d4a651c74fd6f2a95e4b6955323ca0 0.10 MB 150 13
289,384 289,384 0000000000000000d0ab0365f780699edaa33900e212b15641597ab26fbf1233 0.04 MB 91 40
289,383 289,383 0000000000000000726fbd95db566e2a2480e769a0296604aed27a44c37aafda 0.06 MB 128 44
289,382 289,382 0000000000000000d3993477e639daf71195f8752bf76df70107af5bc55835d7 0.17 MB 133 15
289,381 289,381 0000000000000000fcae97828ce538141f22ba2cea5530a608e5e088e8e88dd7 0.25 MB 557 36
289,380 289,380 00000000000000003665556a093f7d404869fb3bc19580e28ce19d01ac818dca 0.13 MB 229 26
289,379 289,379 000000000000000086921d8dc498f1646878df898c12e4694e4502e5ae68a6a5 0.22 MB 315 25
289,378 289,378 0000000000000000e869bd7ca5ad65e9e1aefec9c64598adb25aac9768d6c49f 0.19 MB 89 15
289,377 289,377 0000000000000000621b779d1cc6f97b79ff0630352e73ca76d9f2277e26928e 0.35 MB 742 37
289,376 289,376 0000000000000000182c9a09a6e4b5a15988e89b83876cf1e1f0829827d74611 0.31 MB 536 33
289,375 289,375 0000000000000000b1dd11140868e4767da0531ecd654f27cb9caf21310e29f7 0.14 MB 157 16
289,374 289,374 00000000000000004cd815f5a21cafefcb252096e10f726ac596ed2c2502dd3d 0.50 MB 364 16
289,373 289,373 000000000000000022968e2c22a2e0d233521b4897950462e9895c781dbee5b6 0.75 MB 1,203 28
289,372 289,372 000000000000000037146bccb68f60f6517f79c6610a0408c8f698f7a24290d6 0.35 MB 773 40
289,371 289,371 000000000000000100ef914cd4b52f1285a397c6b61bce37fa5d856a823b3fd6 0.25 MB 747 56
289,370 289,370 00000000000000007bb8f30302b402c10933f6e5b95519cdcf8d07b9bebdd6c0 0.34 MB 1,024 51
289,369 289,369 000000000000000075519eedd249d786fa1ca373ef8b7f11565de1f3a57f94bc 0.26 MB 435 29
289,368 289,368 0000000000000000cb7f5ec4967732e339cea56630f888d3e8bc41e7475cf779 0.05 MB 88 28
289,367 289,367 0000000000000000098a95dfa65b5d30b4ec94ddf8c46006a4c271d388419bc6 0.45 MB 638 26
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.52 GB sent, 92.74 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.