Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,117 transactions (2.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,397 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,184 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,396 (894,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,531 14,531 000000006c733a96e9973f65d3b28e17eb67ccad64b524e023270d83f89dce58 0.00 MB 1 0
14,530 14,530 000000009faf21811383e3a8711b3ab38298faf603774223bd92ecf98176f89b 0.00 MB 1 0
14,529 14,529 000000008906d664e4075e4e5ca3b7ad4b08834e229f084f247aa9ba74d70b57 0.00 MB 1 0
14,528 14,528 00000000194f878318e9ddbc731bd186a05f4e3b9c7a54703ee72c871c1298e5 0.00 MB 1 0
14,527 14,527 0000000069b17e0e4a9e46250700dc995fe93f654dbda547242208a0f6a05d4d 0.00 MB 1 0
14,526 14,526 00000000e55165a4d108aa3f68d491e2de34928079314a4afc378aaa556f215f 0.00 MB 1 0
14,525 14,525 0000000061ba9a10e3ce2800b18ee64009ffb8f02db6810444f17ae311934b91 0.00 MB 1 0
14,524 14,524 00000000009c89d7dcb337dcea7f3f19d32a26cf5b0d01f88ea62fe0d7c34e1c 0.00 MB 1 0
14,523 14,523 00000000143c07ad678051dda224f16d1364e05d97c5af3d47c163987fed27ed 0.00 MB 1 0
14,522 14,522 000000000c6c26056cb947a50ccb57f7e03c3fda88c088d2d177e4d989064a02 0.00 MB 1 0
14,521 14,521 000000004c267f9a9d55c480700fa3fc11aed54b8cdda0360d12e8705de63333 0.00 MB 1 0
14,520 14,520 00000000332448df63a3c36a8a8c879e4c0691d8f3b0b835dd3feeccc438f7c6 0.00 MB 1 0
14,519 14,519 000000002605c04e078322998b58429085f57efa571c0801a627b8102860ae51 0.00 MB 1 0
14,518 14,518 00000000ecbb43b9d15dbf8ebdb9af3f680821c11c16d12465f26354bb0aea31 0.00 MB 1 0
14,517 14,517 0000000041d7884afe993388a0def61d97276c1a5f8c73e4277ad450f6e867eb 0.00 MB 1 0
14,516 14,516 00000000bdce12ee891e734568c157a82bdb7b363c3f5e11abf3b2295f1ad500 0.00 MB 1 0
14,515 14,515 000000009c29c869276871d5e45c7185a1527434d6dc88c65eaf640cacdd7d1a 0.00 MB 1 0
14,514 14,514 00000000d13e894400486caa148bec39865d430d421b4e3d50028d8575b87510 0.00 MB 1 0
14,513 14,513 00000000ef2ff914ad0cd0985d82df37e5d0d7a94be6d65f01ec1f084250b15e 0.00 MB 1 0
14,512 14,512 0000000048f784a9b3eeed32631dcbb79532827c3ebe43b7962073d0d8945ecf 0.00 MB 1 0
14,511 14,511 00000000d8de478fde75c9ff4f4176b573e2eb913c559e90e733d2ca9b8fc756 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.28 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,069.86 GB sent, 109.52 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.