Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,099 transactions (4.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,625 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,075 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,624 (892,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,547 18,547 00000000426e3537f075e4eb6aa08d09dbd2ccd1ea016716487ee7553d6f6286 0.00 MB 1 0
18,546 18,546 000000006565d54602835431e9049b07c38767da966a761ca59684d4bac41af5 0.00 MB 1 0
18,545 18,545 0000000090fd6436f344699139cbc4ab1704dcfd5244c0a4c83f840cefbcd28d 0.00 MB 1 0
18,544 18,544 00000000289687910d83ff611bf3acb958494622c8b4d9c615add548044ed923 0.00 MB 1 0
18,543 18,543 00000000b5605407488a51884c681681832c62000e2984fc6b384b91ac19e0be 0.00 MB 1 0
18,542 18,542 00000000d908d719e8365cffe58918d052a6256e5afec4441b50c57f3f706c25 0.00 MB 1 0
18,541 18,541 00000000afd8bdb97677951c0b7eefd313f6f55deb9b6062f378dd7f36257087 0.00 MB 1 0
18,540 18,540 000000008b30ed93534b7041d30598055267cc6816052630741467e7fd4866c2 0.00 MB 1 0
18,539 18,539 00000000755240996cb971bc9aa42227bd796c93fc47f06c621471e865e15467 0.00 MB 1 0
18,538 18,538 000000002c97c0b20e4e09dc1e16f35875be9b1f7cfa709dff5805cc36d8bdb9 0.00 MB 1 0
18,537 18,537 000000008c2decef4934af19e2a3bd1f632076a3c3dedc1f9166c2ef6627c25d 0.00 MB 1 0
18,536 18,536 00000000267a5d225bb9de4fc9e7cd7d3163e56a70d42c5561012a6b8443babc 0.00 MB 1 0
18,535 18,535 000000002c04e6856a9f60e838e40aceb1ba3cac4e12a4f7fa583898cfb07f17 0.00 MB 1 0
18,534 18,534 00000000ac46d0d2c2dbe8c98c53285ae74c12c30039a9d629e7aaca9b9ed1f7 0.00 MB 1 0
18,533 18,533 0000000008b0d8368ac66869d20b1255f2d8243a35a334fbbf07b2c8268f4a6b 0.00 MB 1 0
18,532 18,532 000000008687fbd65f1c114726afb0dd144031bba006e715e17c96199620581a 0.00 MB 1 0
18,531 18,531 0000000070f16e7d577c8f39833d6084055fe26b82593b23ff8c68bbeafec4ac 0.00 MB 1 0
18,530 18,530 000000007ed1eabffa466a7a97a3ee3b3a9175d9c10151f20da930737d1497cd 0.00 MB 1 0
18,529 18,529 00000000ab9fd88363b0805c03abe388a9662f685f42be4f684e39f5758b010b 0.00 MB 1 0
18,528 18,528 0000000072a4ae2f70c57745768739ae8ccc03259334c2d94981bd52b6630e2a 0.00 MB 1 0
18,527 18,527 000000003bfd32cba780b0f984ede46f5e6de2694542b1b12aaf6f6db78917f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.74 GB sent, 121.24 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.