Memory Pool Memory Pool Refreshing

5,037 transactions
15.14 vMB
Show Random Selection Loading Transactions
Max Size: 63/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,301 (891,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,565 16,565 00000000802ee3fa743f619fe7827dcdb7e2bef3e22ce1f12b60ca574b27ba7c 0.00 MB 1 0
16,564 16,564 000000006dba4d567bdd008f233f826a05a2b9195324af92a231fbc9273cf901 0.00 MB 1 0
16,563 16,563 00000000fe14ebcd6219d3cbfbc6550430826d8686c06377b7ffc915a64f82cf 0.00 MB 1 0
16,562 16,562 00000000a056239c84fc8a3928c445181200ef8530f3557b0ef2cf596cfc5148 0.00 MB 1 0
16,561 16,561 00000000af33703a30d73a5b86992d7834937806f072a066eefdacc2c79e4bb0 0.00 MB 1 0
16,560 16,560 00000000c746535a79e2ab28b7bc62c5e82796caf0e4dd12846b89fdab0ed438 0.00 MB 1 0
16,559 16,559 00000000df386668c7c879f5848910521fdabe4e49abc0f9798a2b6c851f1528 0.00 MB 1 0
16,558 16,558 000000003d9782520672bf34f9cb7c0799380f5c525e35f0915abf70b4bf13c7 0.00 MB 1 0
16,557 16,557 0000000026a5a2499533956ea4740dcd8a3f01a86a65befb47120c1e04c7ace3 0.00 MB 1 0
16,556 16,556 00000000fba6746c9e6711220a79e50d8a07823a88ef1517d2b701f4050c253f 0.00 MB 1 0
16,555 16,555 00000000a2ed4b73c7ae2556bf2762e8480ed113ff1cac443881271fa68d5293 0.00 MB 1 0
16,554 16,554 00000000e618d17bba56322d8b201c70a04932a0cf0456abdbb3fadb1020d099 0.00 MB 1 0
16,553 16,553 0000000074764a6a57e0d41184a8e6e902e2917ae9bbf895cfdcaca2bec6c318 0.00 MB 1 0
16,552 16,552 000000008e55e9592f5ccbc567f3465aac28d4e22a3271d13a0b1f12f3227815 0.00 MB 1 0
16,551 16,551 000000001b422937d5f391657c3aeb53d627be606171db35c7e617039c022dcf 0.00 MB 1 0
16,550 16,550 000000001413dbb8d75ec1025c381d37fb382d9b50d7d2d48b542ac00da30b74 0.00 MB 1 0
16,549 16,549 000000003a4de023771e540370a0bd9468d90b979cded857934948e1cc70382d 0.00 MB 1 0
16,548 16,548 000000007758327ba2562d1d4c98a37b0d67869d7838c5e328d10bddd44d3127 0.00 MB 1 0
16,547 16,547 000000009bee99382a9a933a08b42d8d362b18d0be8fdc060ae1ed17f8aa8f27 0.00 MB 1 0
16,546 16,546 000000001183e1aed087b6c8a47076e8494c32fe289c0b8f161b9ea1f9bbc9fc 0.00 MB 1 0
16,545 16,545 000000008d5db57b17d5629af4f6cba2fbec4a0cfea1faffe09db87c34741053 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.18 GB sent, 98.47 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.