Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,408 transactions (0.94 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,596 000000000000000000022cb30000000000000000000000000000000000000000 0.94 vMB 2,408 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (838,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,938 70,938 00000000001afdd04ffb82e523ae5709af35b8a988e8e950f533390fc6489cae 0.00 MB 1 0
70,937 70,937 000000000062a38e0128bb936b5ef959f97c2e6976ce356eb9a48534c8c5101f 0.00 MB 2 0
70,936 70,936 0000000000067c073e90e73bc42c1b9f112e35e7e28be372a24e6b52a0cd6d40 0.00 MB 4 0
70,935 70,935 0000000000cdeca323b63eaf3f1faf43d2a08424f144d39c03907f011a5199ca 0.00 MB 1 0
70,934 70,934 0000000000d65fc0bf3a85d00fc680d0545d8037067cdf4fea9bd35087e6039e 0.00 MB 2 0
70,933 70,933 000000000005508fa1e8a0560018d3457ac6f53b3f12aa96b417557606de2cd2 0.00 MB 1 0
70,932 70,932 0000000001005bba2ac8adfe47b3de470cb20b4f96f4b873e92620675ea190a8 0.00 MB 1 0
70,931 70,931 0000000000ed55bece4701a37225da994f8c5ae3ebd82ba0980cf36d381defe1 0.00 MB 1 0
70,930 70,930 000000000069ed219fdd40412fa7f71c147a8c61b89ff15c49b518af5c04d0dc 0.00 MB 1 0
70,929 70,929 00000000001f8aad7b1e1f85f8b9fefa283404c7c4106baf472336bd1c9f7018 0.00 MB 2 0
70,928 70,928 0000000000161eab53d6354820ac328499d92223512da501fa8e1e76bc03fd61 0.00 MB 1 0
70,927 70,927 000000000079b318cf3b9960b145828343318d4b8a3276b657602a131cae8702 0.00 MB 2 0
70,926 70,926 0000000000accbc59c8d6c37c75985aa6dcb3216982dcfef675e7b130d0e4623 0.00 MB 1 0
70,925 70,925 000000000037306aa4417a115a2f0b26907aabb16241143151dee51beaa3f656 0.00 MB 1 0
70,924 70,924 00000000009c667fe198a91c75b08866857fbd5cf9a17fe37d24d9ea4e038cf8 0.00 MB 1 0
70,923 70,923 00000000007b9f3e6d97224320e1ebea3d4ef8d337d47e7499102d92a23d6332 0.00 MB 2 0
70,922 70,922 0000000000b35087b9fe5c6c6ade77bf0182abcfb299eaf8c1c47215b5b71047 0.00 MB 1 0
70,921 70,921 0000000000bd5e2ee154c6a8411c7903cd0c0b6fce9b376929dcb143bc4d4441 0.00 MB 7 0
70,920 70,920 000000000095373b7abc6b1de58f448007534e18ada526c91caf2e6956a7e818 0.00 MB 1 0
70,919 70,919 00000000003afca9c6f3584eb295233ba7507bbc907ad13f93d3d168439898e9 0.00 MB 1 0
70,918 70,918 00000000002fc18a6bd21671ef1edd402f2e26e9775484fe0688326ab8c77dd3 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.66 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: 2,097.34 GB sent, 111.60 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.