Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,945 transactions (0.79 vMB)

Priority:

  • 1 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,760 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.79 vMB 2,945 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,759 (879,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,709 30,709 0000000024d4ae177b98d192572f4ae0763ab763953414d22c9b897e57f826bd 0.00 MB 1 0
30,708 30,708 0000000030a5cfc31a3809cd14f91125da38aa85ed6cb01327bf29fe69e1c61f 0.00 MB 1 0
30,707 30,707 00000000e6f8e9eb196664bc778f8f6167581573cf028397262b656e0de93d77 0.00 MB 1 0
30,706 30,706 00000000263405fee855ce86de91132c5e49f5238a73d3d82b70f445f8d71047 0.00 MB 1 0
30,705 30,705 00000000bd8fc8f04ce805a5c84a5bc0ba1e54df400b65f8d023f42966998da4 0.00 MB 1 0
30,704 30,704 00000000abed4cde689a6b28c9ca1365bb201802131909005db5d22ec6fc0e8f 0.00 MB 1 0
30,703 30,703 0000000005b07ea15be4deea79b01f5a86b0a050f3d24926686cdfcb5faa2823 0.00 MB 1 0
30,702 30,702 000000008cf9a033085039880aa8e1d85b28ed362e68bc81fb9027002c135b63 0.00 MB 1 0
30,701 30,701 000000002171b216d696ad33011e33ee581e1a617003355fe7601c9185af58c5 0.00 MB 1 0
30,700 30,700 00000000deb89818022c594925e5d75047edaab7f7d900ebb8e72a9df88bf8f0 0.00 MB 1 0
30,699 30,699 00000000a7f972ea819f915adf6aadc08bc70ccecec817c200be2f329a54d978 0.00 MB 1 0
30,698 30,698 000000005d657d26523d42cbfd36c967ae9e919edb621f488fb625167e82b209 0.00 MB 1 0
30,697 30,697 000000009f00926820e76d4a5edc499425ea0f77bd2281a0845fc21a6dd65061 0.00 MB 1 0
30,696 30,696 00000000813e06f8e497e2796cd547dd7a72fdbf681e0cd1b74dbcd10befc42b 0.00 MB 1 0
30,695 30,695 000000000d36cd6b3c6bcc412860d204b58c8083fd1f3f8a218adfb7fd987e19 0.00 MB 1 0
30,694 30,694 00000000808ef55c621157f5c486fb78b70bc0e62f9d373f6f6c777464ad26a5 0.00 MB 1 0
30,693 30,693 00000000dd4eb15ffa67fc427ca73b4e942921f3d6a988445f50ba199a3b9121 0.00 MB 1 0
30,692 30,692 000000006e4be7e5e8f48b979201117c6a1d21d2a2788a6d80009c8b1075e116 0.00 MB 1 0
30,691 30,691 00000000c6f096bfec803ff95a07a7c7343f9023f4d5c008cf13afc592a10665 0.00 MB 1 0
30,690 30,690 0000000035ddeb8a51c0a007226e0cdeb3014e2c50980d15b28f5005d60ad4fb 0.00 MB 1 0
30,689 30,689 0000000043ca8c4eaa272a1e04fc1aa1a2f51d56d969ae251e450b2e0e08edd5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,159.37 GB sent, 113.18 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.