Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,210 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,204 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (883,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,566 27,566 000000002b1aa0d825098690d0d0e484cf152a798ca0a3789bbd6d5e0b214e42 0.00 MB 1 0
27,565 27,565 000000005390fe2ea16de9dc7aa544bc33717837d50196f65ef480ca58bae541 0.00 MB 1 0
27,564 27,564 00000000f9245cf04e73c490eef010840f8c4d60baec28a0c6d90cb8e2c3d08a 0.00 MB 1 0
27,563 27,563 000000008d29c2768ffacbb867842ca7b1ae612fc13c33c6e949dca356dbfb0c 0.00 MB 1 0
27,562 27,562 00000000e8f678732f63a1a17a12b1eb815c3258aaf193ff359bf227eec05dec 0.00 MB 1 0
27,561 27,561 0000000070231d4feddb561e955c6674999594119bd4e4480e652c642956abd3 0.00 MB 1 0
27,560 27,560 000000009503067aefbc02e5aefdd4eb6edc43d9edc747f6f752d5312e0a5fde 0.00 MB 1 0
27,559 27,559 00000000f9e246de4703ec4ed7f4d6d84fd7941b02e90a9fa0d212106657b7c1 0.00 MB 1 0
27,558 27,558 00000000b3e83845956c1b66d31c3f2211c28e829bc16db2eb47cfbcec4c0282 0.00 MB 1 0
27,557 27,557 00000000abcf0d11e7c0460fa96b308cb6cf671af06705f9667cb8d23e8b355d 0.00 MB 1 0
27,556 27,556 00000000d004c9d87767014622613726879def3f5e46ef7543a874c923159f67 0.00 MB 1 0
27,555 27,555 000000005affc7ff0b78ab90c73ce07ed89ec152166f3f10b463426f3cfddea6 0.00 MB 1 0
27,554 27,554 00000000a53d8a3e54866058ddb5009b18bbb4ad5adecdd0d01bc59fb9b79159 0.00 MB 1 0
27,553 27,553 00000000dfba3e50e606d2fb2d34dd3c538e3ff7db5e2912968f158d31585f91 0.00 MB 1 0
27,552 27,552 00000000ca95579e9dd1e316e79aecc638d57de871ffe4ff2ada923a024eb0a7 0.00 MB 1 0
27,551 27,551 00000000c82ba062a973107e4001d61417a78a1ef27292a29cbc2d966b852ff1 0.00 MB 1 0
27,550 27,550 000000002e8452bf5927706ba0f08d7f7d42a011b599fa475f6a4215c1716496 0.00 MB 1 0
27,549 27,549 00000000f2d3720b43571110ceb7b9374755c3f86fb1a2afe843a41def720176 0.00 MB 1 0
27,548 27,548 0000000006e83bc2bef0647c8004f7073aaab950ccd2e3908a91f49f9e6a3bab 0.00 MB 1 0
27,547 27,547 000000005309910b0641c40b3c522682db55e90b7b1fb07a587149eacbd0b233 0.00 MB 1 0
27,546 27,546 000000004f4c7f0ea4ce256a632303b002058f11d88c5c24c2dfb4fad68335bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,359.74 GB sent, 124.83 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.