Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,192 transactions (2.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (882,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,417 27,417 00000000275fa7368a9e11e6645f7a63a7dc6ef99dfa070d4989832279d7b61b 0.00 MB 1 0
27,416 27,416 00000000ac327caa66d2959f5dccda283e9d105fd6479b5433ad0856f8ef53b2 0.00 MB 1 0
27,415 27,415 0000000021fe801da582691047980f551b84bd4f9b57e9f8e356d30eef3c6a04 0.00 MB 1 0
27,414 27,414 0000000031cb89abb66c82224b87ebb8b1a43af2723722dbf628cd4eab5e22cf 0.00 MB 1 0
27,413 27,413 000000000c5ef1f1990b41cb7cf9015977f8328e5f65d6123b37a5d38b77eb04 0.00 MB 1 0
27,412 27,412 00000000005799de7da8facf11bb8a0bb67e39ee5350b6bffa98936952cca087 0.00 MB 1 0
27,411 27,411 00000000230018d534e079e023be5218e514285c75fd9262a4b1ef73db979126 0.00 MB 1 0
27,410 27,410 0000000082a389a9025edf531ab6f5653c2fbe5afec427bf7c05c31647dcb139 0.00 MB 1 0
27,409 27,409 0000000010b199f13240c309595ce91dc42c72ae5654e581bb32cd404dcc083c 0.00 MB 1 0
27,408 27,408 000000001668788d9cfc4612500b7bda6ab3d8122112cf5fdfcb73fa40f313dd 0.00 MB 1 0
27,407 27,407 0000000026714f194baa2242bc6a35cec38a3a06b8551cf4d8244112d8cba079 0.00 MB 1 0
27,406 27,406 00000000b011da6c88e52a79499b4a88918a588083cfcce0d90db5024a3f8d21 0.00 MB 1 0
27,405 27,405 000000004398305274878e6094a0a080c6fa7aded7f9228c9edec60e8f96d6d2 0.00 MB 1 0
27,404 27,404 000000008e657705431a66ef4e3581ce038ec5dedf298d648b7e673acc39f2cc 0.00 MB 1 0
27,403 27,403 0000000063b6adee2ece1a0a61844e9e1a76a5fb7a3d048b35c047e1222460ad 0.00 MB 1 0
27,402 27,402 000000001bb7e575b32b42db6c8b5480981b4c568d55e7c1f74b9efc54b29c65 0.00 MB 1 0
27,401 27,401 0000000033668c1d54f4339bc2e207362a37af592b9e5a93acef4af4980c1704 0.00 MB 1 0
27,400 27,400 000000002aa75846897fbd33a13fefe796cdb0e1e0acd974b2524d776677db7b 0.00 MB 1 0
27,399 27,399 000000004745253cc7486457a2ee3a89cfedfc19b8c9b75bb940dd2110faa528 0.00 MB 1 0
27,398 27,398 000000004f30f0e5b68c19a487ff1b094373c6fa2face481dd1a01a03a2a3d98 0.00 MB 1 0
27,397 27,397 000000005e37c616441c07da1bc8e62d093c07eaf57a8ab82a21cac2c851e530 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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.87 GB sent, 116.98 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.