Memory Pool Memory Pool Refreshing

7,636 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (293,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
614,457 614,457 00000000000000000005eb6c278f888080f9b4995001248d9a0bd8859e36743f 1.26 MB 2,695 11
614,456 614,456 000000000000000000079566ca0a7ff4c232b31a9fa38e6ab23821ba743e79bd 0.88 MB 1,987 4
614,455 614,455 0000000000000000000e4cd46dd61530d60d4a85890aa983e48d39b97322a243 1.22 MB 2,833 16
614,454 614,454 000000000000000000061cf2596159534eab003d08c12c3ef5c03eac222a2433 0.62 MB 1,860 5
614,453 614,453 0000000000000000000ff682382f9f28c0609470ce8bd2f50d1bf7fb71cf8b2c 1.26 MB 2,842 13
614,452 614,452 00000000000000000007942c5c147bbcab8fa846a03eb9223ce67654555e3db2 0.40 MB 1,040 12
614,451 614,451 0000000000000000000b54a6c6321fc938de75e376cfe7b897bf5a7ad2d3204c 1.30 MB 3,019 10
614,450 614,450 0000000000000000000899bcfed187b616f80ccceb8f4a4a80774af679829eb4 0.26 MB 753 7
614,449 614,449 00000000000000000007b619feaa97231370a962474dfb6f52378ca1d17551fc 0.53 MB 1,288 8
614,448 614,448 0000000000000000000cee461e47d3c5db5593571ff72bfcd5dde33fc99ffe4e 0.07 MB 122 12
614,447 614,447 000000000000000000092b555a7f47e8b98a91a1eff2ad0e503ef87472cc92c3 0.04 MB 96 13
614,446 614,446 00000000000000000003c356673d42f271a7ba579da11fe084dae0a4455a67dc 0.14 MB 312 19
614,445 614,445 0000000000000000000240153b79a7224e8bdd441f8a2f24450ade8ecd58e2df 1.22 MB 2,712 10
614,444 614,444 00000000000000000012453d6312cb3cc3145f8eea20ad0c456318e70094b007 0.54 MB 1,442 10
614,443 614,443 0000000000000000000e81a97b24549f5db5c4fd98009157e45ea1ac3d89e67e 0.18 MB 525 13
614,442 614,442 000000000000000000065ecbac579f92fd9f7d5ab2f6afae72927a1ceff94d0d 0.30 MB 876 10
614,441 614,441 00000000000000000006a34053a63f99e140296d9b0de6b7040a254260c7d79e 0.24 MB 621 13
614,440 614,440 0000000000000000000f0a59bb630d123a3ced5c70adebc0cdbe0d917741a8f5 0.21 MB 603 11
614,439 614,439 000000000000000000042b380654fc4595b187405177f4d40117935bd8d90f1e 1.07 MB 2,693 12
614,438 614,438 00000000000000000007c8777e301b9cbe415a8684add755a06a57828b03754e 0.08 MB 168 23
614,437 614,437 0000000000000000001008ac509bf35bcb2669ed2e706b4cb1f71ffcb4cf0185 0.81 MB 1,709 1
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.