Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,444 transactions (1.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,742 (895,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,554 14,554 00000000eb00836880e8cf367577a33d387ac4565a3c6e18eda93bd59552a58c 0.00 MB 1 0
14,553 14,553 000000004bf46f051bcdc33bf59578c23da7edb507207a1aa5f013b3e630f3b0 0.00 MB 1 0
14,552 14,552 00000000bf7d74545a482f65ba35a4b085c4852a533b768e519a523e8c8e39cc 0.00 MB 1 0
14,551 14,551 00000000ceed8dd286ab529b712f1405b8484d47332f2770633e079347405603 0.00 MB 1 0
14,550 14,550 00000000e69141cc50f7e26e362b3ac0bffbb5577ada0fe4abe1a7e191359a62 0.00 MB 1 0
14,549 14,549 000000009ea86f5e6ac041cab1655d2b88a8964eeff3015fdfa48f5420b25120 0.00 MB 1 0
14,548 14,548 0000000088a6722648b529375c66784f549e54f54135b9617f316bb440ba6732 0.00 MB 1 0
14,547 14,547 00000000baaf1975b12d7e224e90f8f52665f849b08a31d513fb70778cb80bc9 0.00 MB 1 0
14,546 14,546 000000005243e4641ef0de16a24fadb8dcd10c4900e68d68d241a47c5447f576 0.00 MB 1 0
14,545 14,545 000000004ff4b8fc1a283bfb86d83841571046dc7ca41f01c549851815b6d2b1 0.00 MB 1 0
14,544 14,544 00000000b4a6a33f6889a21dc7cb0d941de56c3ac42c0a18072a9cab5ba4dcf1 0.00 MB 1 0
14,543 14,543 00000000e28328f86da39845d39055a8812213fcaa2e3c8d793d48339811d82b 0.00 MB 1 0
14,542 14,542 00000000e5cf06edae7b07303ee56c62a0c139000d809916296c6be2055b5dc8 0.00 MB 1 0
14,541 14,541 0000000080f86d769d98d48f5e96986b6e65ba3c403477fbf172dd0a580df6a0 0.00 MB 1 0
14,540 14,540 000000007914dad064b96eb9e4f71e34c3a3a862f7466aadce49b8be2e4ca561 0.00 MB 1 0
14,539 14,539 000000006db776f436f9d7b4f1208846fdc4f8c0606dfb72bd696f4772432f94 0.00 MB 1 0
14,538 14,538 00000000d6acf96617a32a1b7b43c97133e084fb0b64de3a642ec14d9ba9230b 0.00 MB 1 0
14,537 14,537 00000000450d123f4c1f3b34c39ee678eafc6b1ab87d61643e80aa4aedccdb8c 0.00 MB 1 0
14,536 14,536 00000000b1ebe3b2ad4eed2bdd29c995ffa086bad15f0eb944d7f032ae4ec3ad 0.00 MB 1 0
14,535 14,535 00000000a949fbe9fbd396294584a08e57041bfd12995cd035210163220c6938 0.00 MB 1 0
14,534 14,534 000000009aa6d92a5ca7fe5bb82c2cf6f79b5f17882074c6ecb70372d8caaf6d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.93 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,158.95 GB sent, 113.05 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.