Memory Pool Memory Pool Refreshing

4,248 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,210 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (845,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,443 63,443 00000000031ab84dc5d0a825e63d1a77063e892311ecb32a75d646f0496ac32b 0.00 MB 3 0
63,442 63,442 00000000094c28910d59844dcd04218e6a61631d62239fc95e5f143f0a95959c 0.00 MB 1 0
63,441 63,441 000000000bdca053ba39b263a06ee1fdee2a3b326393aed118bb68fbcae0471d 0.00 MB 1 0
63,440 63,440 0000000005ef33c7a6ce1f22436adb02e20a72cb124adc7facd4751b311ebac0 0.00 MB 1 0
63,439 63,439 0000000004742ae68a6cc9c3bde326995b9c60afa7f3076e73cba78ae7369953 0.00 MB 1 0
63,438 63,438 000000000c8dc60703d2bfb4d37e0d1e9fe5b274e7535da7cdc0fc189b3f25c3 0.00 MB 1 0
63,437 63,437 0000000008a002a81f950be7772677a2fcab841dfd6ae51a82c8dc632628e9cb 0.00 MB 1 0
63,436 63,436 0000000002262411dc1bc3cfd28057f243184c4f2a684f3797f2dc5feb224e5c 0.00 MB 1 0
63,435 63,435 00000000091eca4e212da39da46fb77a21835022cb37bf355659ff2a07d71d9b 0.00 MB 1 0
63,434 63,434 00000000093688dc26faacad9455cc6613c0b86f714d8b93509e93429923000b 0.00 MB 1 0
63,433 63,433 00000000034d8664e0df2f8ee794724a1790d7fc92b0bd2f4e2d8dc66fd9ea38 0.00 MB 1 0
63,432 63,432 0000000004ac04020c33332c9820733fda074ea7cab0f77f6e9866272afa4d51 0.00 MB 1 0
63,431 63,431 000000000c568bdfa0636910a8d6faceaa77892606e408f5eb5dbffed3099d5a 0.00 MB 1 0
63,430 63,430 000000000ab16cc0194680e20e220a32b0c625aa244a024e034d639922225e2c 0.00 MB 1 0
63,429 63,429 0000000005579522e0912e074ea6a067d695f0b6dcc27b03c2fd9a1ca5f91abc 0.00 MB 1 0
63,428 63,428 000000000c8ebdb1464bbc0c2bc5c707150b67cbea25d800fd00ebdc08ca3d5e 0.00 MB 1 0
63,427 63,427 0000000003b2be643d05a4d03d8b8edde1cb4408fe9452e92eb323f413efa97f 0.00 MB 1 0
63,426 63,426 0000000000770b7efd5b526c1e1fa724658d3326c7aba48cba7de44133b0ad8d 0.00 MB 1 0
63,425 63,425 00000000023099f8e540dda4bda9f43447ddeb09d475407f4639138d2bde381a 0.00 MB 1 0
63,424 63,424 0000000003db34f51c8581484cf34ecc1adbcb82ff98eb42cc8d365d70dcbe44 0.00 MB 1 0
63,423 63,423 000000000d24dcaef9ba7abdb3fe658b101b23718f6ed718c65e6e53d79656b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.