Memory Pool Memory Pool Refreshing

4,523 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (422,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,554 485,554 0000000000000000001ae1e66ed842250708a7f6994db3a84bcb67f82f1d152f 1.00 MB 1,948 163
485,553 485,553 0000000000000000008e0238b5f1d76499792e42dfb159aa7289aca60e8ee33f 0.84 MB 1,548 46
485,552 485,552 0000000000000000007154c1830ad81fccc892705967a39059690f94b281f6e8 1.00 MB 1,373 148
485,551 485,551 00000000000000000001abb90bfdfb6e25a93bb1b6ee63d53362dfb0d6f98240 1.00 MB 2,334 58
485,550 485,550 000000000000000000f5e0047444f040ff789a8f61fc35cef81984d89675cde7 1.00 MB 1,502 44
485,549 485,549 000000000000000000f4fd2b0281c067decc23d0ee06cfff173dab4b8d2e7e6b 1.01 MB 2,027 165
485,548 485,548 0000000000000000006cc1a446bb0a9dcb6176642a87296e24bd5ea051c50fef 0.75 MB 1,100 91
485,547 485,547 0000000000000000006cb143df2d714bc98397eaed3858fa0bce96ea0f27866f 1.00 MB 2,100 94
485,546 485,546 000000000000000000c6db5773c9394bdd3bc8c03a682167db6996fb02d88e88 1.01 MB 2,318 176
485,545 485,545 000000000000000000f650bbf8ba8853e9578e6afb8207e72f54ea91ee3e4f8c 0.55 MB 718 41
485,544 485,544 00000000000000000018820a7d0fd0a6c76050e501065f94f3143cbc5d20a04b 0.57 MB 1,053 81
485,543 485,543 0000000000000000003c9b05d1c186533e5e29e697dc8cd09bdeb1907bec3332 1.02 MB 2,005 112
485,542 485,542 00000000000000000064d7df4012f3c9a52a7eb3267807dba69cef9a8fd3e6aa 0.19 MB 431 106
485,541 485,541 0000000000000000002331dc210f06c878df9e3e24c506d6ddb06a8cb213291a 0.36 MB 579 72
485,540 485,540 00000000000000000079a98393201cff364d3964de5544d3d1562c02a770890f 1.01 MB 1,947 28
485,539 485,539 000000000000000000de2606c644ff3d32c0e93604269019c0a8e5db5d225300 1.00 MB 2,178 74
485,538 485,538 00000000000000000062559f374b34cd29b102d2736ad0270cc4634673ea101d 1.06 MB 2,269 164
485,537 485,537 00000000000000000034111f28ba08203b5b816ec798632d36fcdf6b611eb2c8 1.00 MB 1,964 136
485,536 485,536 0000000000000000001e35bc8f4d965e49707198f5c0d749c689c8f23be29dc4 1.00 MB 2,207 261
485,535 485,535 000000000000000000d0606560b4daa00c247dd48bc1392f80a4636c90df9270 1.01 MB 2,043 149
485,534 485,534 0000000000000000003bfc0ef09efb97d7c18c6a2a4d06aa309f2a090978ea0b 0.41 MB 616 18
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.