Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,758 transactions (0.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,683 000000000000000000022b910000000000000000000000000000000000000000 ago 0.83 vMB 2,748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,682 (248,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
663,332 663,332 000000000000000000025cc7e5b183f67d7121e2eb63c62568e3095fefe3ae16 1.34 MB 2,243 98
663,331 663,331 0000000000000000000ef0e0efa98a46f9d1544205c78c3b34d84b8c28d9fc43 1.32 MB 2,280 63
663,330 663,330 00000000000000000008440edaf9215796f6941518dd207451a6f906d2230e35 1.23 MB 1,691 22
663,329 663,329 0000000000000000000d5e57673bb02bc5add3da7f1193b3b51178e978fcfd0e 1.33 MB 2,197 61
663,328 663,328 00000000000000000000ef6ba6930718841059007b90f5a4a616ccec0a8b1701 1.46 MB 2,108 39
663,327 663,327 0000000000000000000f1e43e07bd01dc045b94049556e368db752bbf6af8568 1.22 MB 1,408 87
663,326 663,326 0000000000000000000e8c40d1583fa761faea28b7c69c872976f18a57929871 1.37 MB 2,524 114
663,325 663,325 0000000000000000000a97963bce4f48e4de3128ef339e143f0cee03d22f391f 1.17 MB 2,261 25
663,324 663,324 00000000000000000003452e7f0d2ce264ccbfe4ee120feddac6f3aea17d1c0c 1.41 MB 2,108 37
663,323 663,323 0000000000000000000412c2dab85f02bd87e2520d7e87ca6a815d73bba640c8 1.35 MB 2,639 107
663,322 663,322 0000000000000000000e1b6504f8422bad71c856657376268e88b9dd260fd14f 1.14 MB 1,894 5
663,321 663,321 0000000000000000000cb6890e6f35b136b16d8e7a76b6549d5c7e5e767962e3 1.03 MB 734 7
663,320 663,320 00000000000000000009460636416533bf576e8db98418a9016bb59825c8931d 1.14 MB 2,179 28
663,319 663,319 0000000000000000000bc7ea922cdea0c38d4ef6d4ed09ec18b7c29f73aaeaf4 1.23 MB 2,295 41
663,318 663,318 00000000000000000004f877920cb1e9cf854f7162e0f8572eb8b471a9c686ef 1.46 MB 1,717 31
663,317 663,317 00000000000000000006a99eb527a346924ecd3bdb3b7b2a96dc90ff13339e7f 1.21 MB 1,570 79
663,316 663,316 000000000000000000027b88e8611a96bcb319e1a43fc7fc7680e84864fd617a 1.53 MB 1,682 71
663,315 663,315 00000000000000000006172b875da5c06ff78b1319c5df493816289ea75d7eb1 1.45 MB 2,404 114
663,314 663,314 00000000000000000008e99314b657c60f3ff0f721258c4517608d8fd67e0b1b 1.50 MB 1,927 75
663,313 663,313 00000000000000000003602ccf9742d0c7b528bc432ed8f8a625193024db4668 1.26 MB 2,092 32
663,312 663,312 0000000000000000000e0342b906e7432242ae79f7e37642277e64d8c467bfa7 1.47 MB 2,197 96
Previous 10 blocks ↓
Total Size: 776.50 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,425.29 GB sent, 131.14 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.