Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,006 transactions (1.08 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 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
910,139 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,975 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,138 (867,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,495 42,495 000000000804cab020ba547311fe89098e602674f5f79346a081e26d3155891c 0.00 MB 1 0
42,494 42,494 000000002002126f895caaab4fefbca11060728909675d7489614bb5673006c7 0.00 MB 1 0
42,493 42,493 000000002ba1820d8f7574c51948ae53bb1c0818923fc7f89fdef0c2353a1562 0.00 MB 2 0
42,492 42,492 0000000022e591838e8c49e5f5494f132bb576e6494b8e9275aa42c42c46d519 0.00 MB 1 0
42,491 42,491 000000002201625c27343fefcc7e54d5807014da184bc18abd9d3959cdfee642 0.00 MB 1 0
42,490 42,490 00000000083b1bc83bcdf7b3998788cb61814fa2598d64a8efb00e625cbd9bda 0.00 MB 1 0
42,489 42,489 0000000012b1101643966cd781f6347ad88020c546a95bf9c332b2d88b923079 0.00 MB 1 0
42,488 42,488 000000002d5ede965d2a48817b4203a109b9ce610d9b656ab9237ff8a412e12c 0.00 MB 1 0
42,487 42,487 00000000169bb11fe58eecabb3348d7164bae5494bed6c74d91c2895e7b89af4 0.00 MB 1 0
42,486 42,486 000000003a9f06c266311bc4c4cd56e25f7cc1229883113b8ff7a9836371802d 0.00 MB 1 0
42,485 42,485 000000003da1878996f7290e05566586cc95cfd1b514ab7d4c46a0f80d321e63 0.00 MB 1 0
42,484 42,484 000000003b7c95e527260f4c834f18c23aed83526540f0745ca4fb1d0ed138be 0.00 MB 1 0
42,483 42,483 000000000d7e2150cc6879f6d4e9e21c838e020c97f837d3b45c21380e7cb048 0.00 MB 1 0
42,482 42,482 000000003a7f6c3a4c033cb18ddab6d1f42843f42bd693e1454d45f363a0f2f5 0.00 MB 1 0
42,481 42,481 000000000ba802675bc36196415feb6f1f000a4d60c0d15797205e48ed466fed 0.00 MB 1 0
42,480 42,480 00000000100fc36e744b711244db3d27e7261718a2bbafe7cfe5bf21c25a3bff 0.00 MB 1 0
42,479 42,479 000000002cff15a1cde3cf374c993582b0e5e26fb9cbc3cf64d845e54a1e1771 0.00 MB 1 0
42,478 42,478 000000000172009c304055a90d4a2ca4bc1e70a3226846766907abb7b8b3462b 0.00 MB 1 0
42,477 42,477 000000004229466b1cd228cadc31cf6c97d776d3b346c327a911c3c70382130a 0.00 MB 1 0
42,476 42,476 00000000048163255b1eca1f1688242fa6a152f4212adbc2f47abaaa2eaf2ed8 0.00 MB 1 0
42,475 42,475 000000002e2108904a0b4435c4aefe263647c166355ac2f0e7ce485d0f4e54d3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.65 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,193.00 GB sent, 116.74 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.