Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,952 transactions (1.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,626 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,247 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,625 (870,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,441 39,441 0000000014d26a45fdc40d09ca8339ff4a4a3b89f55cda05f7c094007fdf57ff 0.00 MB 1 0
39,440 39,440 0000000063eb4b1cd6bf913d0ebef79eb12c952ca82f7ca194b079eaf3ad2c5e 0.00 MB 1 0
39,439 39,439 000000005b2b2353b0eab2bdb52d54ad9546fc3bab3cda98da6f60dd1a872aa1 0.00 MB 1 0
39,438 39,438 0000000076f0349229ffed7384438a3395c39ea9e73458fbe1dcb4bd71b0da1b 0.00 MB 1 0
39,437 39,437 000000002c7e1c2bcb71bc19bc52ae8d95059e1e6565ad7169ee0699d0cfdebd 0.00 MB 1 0
39,436 39,436 0000000028aefdb0648f88c0d9fa317ddde9cd6dbb05e70e1e3d56176e949fb2 0.00 MB 1 0
39,435 39,435 0000000051e22cf6c9d8f73c0d390f0ab9cd69a3c2fbe5815ef579fc14fb797b 0.00 MB 1 0
39,434 39,434 000000007063b1e5d81d42c793844eb656da48d9f8b79af42549276b391048e6 0.00 MB 1 0
39,433 39,433 0000000013d1f040d12b88dd189e1850782b6122fd1832c32447e4c96701c13e 0.00 MB 1 0
39,432 39,432 00000000369aabe41627c62f56e310a681868df0574817b3a1c1fc771d7c99a6 0.00 MB 1 0
39,431 39,431 00000000821d887105c0d3798f1e8ae47a79357f6fbd291523b0834b908d36f3 0.00 MB 1 0
39,430 39,430 000000004563fe7f773901733eb78a7ce3fdbb2d9f9ace5e17deacdfba6e8115 0.00 MB 1 0
39,429 39,429 000000000e19f6687989225fa5ec6a6bbc1728fb151a8b9a8e18d7273fd7537d 0.00 MB 1 0
39,428 39,428 000000004387536edc9dacb827f2d30f8416a209782938ca51e9836378f3b1b2 0.00 MB 1 0
39,427 39,427 00000000663cf87526c1800c587ed3016941065d7df7231d8b6b97b80a4c07e7 0.00 MB 1 0
39,426 39,426 0000000007a55b2d7d3a9956a941976aab3acadc388c2388c8dd6e70e8529405 0.00 MB 1 0
39,425 39,425 00000000002dfec241bcfdf59568ae1ab49dbc903a9772973c956a9f6421ce08 0.00 MB 1 0
39,424 39,424 0000000081defe1b92e8a0c9a64eca1497983bcbeee1f22675d26d4267c589d9 0.00 MB 1 0
39,423 39,423 000000006be599587e99c6c628ca4d4d83191322d9056f51460be558e39f1f74 0.00 MB 1 0
39,422 39,422 0000000063496591c6a187d70956598b3713c59214860e89fc163465fc496648 0.00 MB 1 0
39,421 39,421 0000000033e1b8445951d78ff8b2a401aaac7389c9a9d317242142df3131fa7d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.72 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,105.28 GB sent, 111.87 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.