Memory Pool Memory Pool Refreshing

499 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (874,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,689 33,689 00000000716e2c4e34bbaeeb8ee1723259b5e73ac5d6c905bdb11e444cd5a537 0.00 MB 1 0
33,688 33,688 000000004f5174e6cf360849f704af54a28d07c087b79524c9d15414c9b76e36 0.00 MB 1 0
33,687 33,687 000000000d71a5d1af5e30cc216814c355811c83c5265dfe7c7b4e648a2c2b16 0.00 MB 1 0
33,686 33,686 0000000080913bec1c04dff83ba1df4a3d82454a6dead0e009596474d2f95d0e 0.00 MB 1 0
33,685 33,685 000000007805bf44eae3b3aafa081cb41ee4486054b07f2aad82a72a5f04bfc7 0.00 MB 1 0
33,684 33,684 00000000c4e9670ab413277de31a2f726bdbaed4579df12f355b1c70713ea3cb 0.00 MB 1 0
33,683 33,683 0000000094871ede1dc3c53ffde2186c635000077555bb9e222b861f01197f2e 0.00 MB 1 0
33,682 33,682 00000000789eede63c99b0df5fcd246ecaba40849f4b80a0c1d851a0a31a6847 0.00 MB 1 0
33,681 33,681 0000000009802bda88166335dd7cd225b3816395821ba577f6ee4e56118c0705 0.00 MB 1 0
33,680 33,680 000000002e3140c88eb1c253e755682b7e7ced38dfdba593b92c31b454a0fa2b 0.00 MB 1 0
33,679 33,679 00000000745e57c518535a9d7ca2ff7f34575ba1663646fb2c5e454ae8c78e7b 0.00 MB 1 0
33,678 33,678 000000004ff49b248dcd8c14ad69dd9e522e898c33265d8e81f3d5736bea07be 0.00 MB 1 0
33,677 33,677 00000000ca2579b0a67e102ebb9a8c053541c9fccd4e1eb408a129b8ce744e53 0.00 MB 1 0
33,676 33,676 00000000a41615509674c41b8c63a80e32549b0cb95df8a01ed3a1eec12575bd 0.00 MB 1 0
33,675 33,675 000000006cff167a9d074f9d49825d958c66a1d6e0f181e786f15a067e432728 0.00 MB 1 0
33,674 33,674 0000000039db2f358ece6331145f40fbdb4e53d6fa415bdb4209ab113ac0a91f 0.00 MB 1 0
33,673 33,673 000000009e959427f6289b1e587c21b98d87c49947bfe4d25163139466489741 0.00 MB 1 0
33,672 33,672 000000003d7d5dd6f45479e1e050b0bb5204d6de98a583b6d595cb87468adbc3 0.00 MB 1 0
33,671 33,671 0000000026cbde6a109dd414735411be40fd932fb4155f69f4af6fe21a43cec9 0.00 MB 1 0
33,670 33,670 00000000cd3fd667ff2189b4eca36586493d27c7e3f31de0c23381501087944f 0.00 MB 1 0
33,669 33,669 000000001e24303397e684e7285031fd8c8e691cb500087bff4b309df676830c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.