Memory Pool Memory Pool Refreshing

1,908 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,893 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (873,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,965 34,965 000000008c26228e34e5648d4d271d77785985da49531f1126912a27ee20c9f5 0.00 MB 1 0
34,964 34,964 000000003d7d907cf01a15a089fa416c6c28b96dde2b8d57f1bb0f3882bdc915 0.00 MB 1 0
34,963 34,963 0000000047e6e90ed4b3954a244fd81917959ae4b3f386e52e42eabdec4e9732 0.00 MB 1 0
34,962 34,962 000000008d5997132cbbedc423dc792a024c816169e3c913b8a1317b8249e51b 0.00 MB 1 0
34,961 34,961 000000001349f0eb6caad23938c3d3304a99c739c373dde001d05a3e449f2cfd 0.00 MB 1 0
34,960 34,960 00000000ab5d9efd407c98a02c881470e453ec1913ea438f72e53249fd72f43f 0.00 MB 1 0
34,959 34,959 0000000034c43ff198b918a38659e90db2dc7006c76a98490537a6dc864b9ab0 0.00 MB 1 0
34,958 34,958 000000006984a9127a3c0b713ef8810b7222a3e8c93542e9aee147a761399afd 0.00 MB 1 0
34,957 34,957 00000000317a3cfbe3404507fea408813a686071865f0920a14eb0d6843dccfd 0.00 MB 1 0
34,956 34,956 00000000a11c92d55272fe61031794e786a909327607cc69bfde6978fa7f384c 0.00 MB 1 0
34,955 34,955 000000005aa969ffc081989ac81c1f6b87a1630d37535b3182d751826d8868c7 0.00 MB 1 0
34,954 34,954 00000000827ad284261e09041ef9540279811853fb86737b199f29b6ad9ed4cd 0.00 MB 1 0
34,953 34,953 00000000bc4d32ba4d312fa2b8a70b5f886ba0b6995fba0c02160bad18a79b0f 0.00 MB 1 0
34,952 34,952 00000000467d2b682a3f31ad1784398f3e0d557d1c1a623f867b98c1c2adeaf9 0.00 MB 1 0
34,951 34,951 00000000ab1e4ff69faaf46b68ae512c02a272eca0a0a578d097fd8f663f983b 0.00 MB 1 0
34,950 34,950 000000004d133e5f0eb3cab851271edd1998c373b27cbbc2017899a1e7c67648 0.00 MB 1 0
34,949 34,949 000000009c1bc66da1b17ff132a6ac59d5702ffcedfca87e6ecf3ea12cd8c352 0.00 MB 1 0
34,948 34,948 000000003bec9bb6aed2f7883e41f687493bfac77c8e36aa12a0078bf779f524 0.00 MB 1 0
34,947 34,947 00000000b812168e17f1a8af44d8e0620a99b780e5e8493d6303f4ed3d7f5bd3 0.00 MB 1 0
34,946 34,946 00000000acf2c14a5bb3f85d53d2cbb1da9981664ee7dd0d9a0116645497fe8c 0.00 MB 1 0
34,945 34,945 000000006ba87bfe028e9befad6cdf68132e335c11e9663d74cb4f3f19efad2d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.48 GB sent, 102.00 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.