Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

217 transactions (0.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,149 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 217 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,148 (882,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
27,396 27,396 00000000b575500e9aec0aa1799c2ce9f6c00952fbdebca9aca84135dd7bb070 0.00 MB 1 0
27,395 27,395 00000000ed1cd5430a1ec37f16d464d8513a4016d1687527a161ecd29f497d2b 0.00 MB 1 0
27,394 27,394 000000006269ee0d23cb88d90948063486967dc7e500bd4385e26cadba220016 0.00 MB 1 0
27,393 27,393 0000000027822333cc440e672757bec95cf091e1d3c0827d2904fc7f1e5ff5c4 0.00 MB 1 0
27,392 27,392 00000000b7a5ad54d1df475d4b774e2e5cd14ca4d700a0fdc45923fc4f705008 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.33 GB sent, 116.82 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.