Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,747 transactions (2.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,173 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,872 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,172 (698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,474 909,474 000000000000000000013e0d70eeb82edc8ddf737200cde0e3fa6677f3168850 2.34 MB 3,415 0
909,473 909,473 00000000000000000000266e06933663154b0cd60f1323a854db9679e78fe07f 2.53 MB 2,588 1
909,472 909,472 000000000000000000019556155bff9b588e334296a866fe3930b450b102afd5 1.51 MB 4,461 1
909,471 909,471 000000000000000000006682a11f1191e83643d8e28a4e35c33c0f85c496d329 1.59 MB 4,569 0
909,470 909,470 00000000000000000001a951828be2f91bf66c51183ee1365d58fbc747a97f86 1.58 MB 3,309 3
909,469 909,469 00000000000000000000404b61cb20308e85849e70e8280251b6f4f8aed7c8ad 1.55 MB 4,893 1
909,468 909,468 00000000000000000001a75dfa65f4be213e7cb36e46f1f9db6c9ecffbce4309 1.13 MB 1,781 2
909,467 909,467 000000000000000000014134ecaa6bde23a33f9653b60615b05e7df59a3625a3 2.09 MB 3,210 1
909,466 909,466 0000000000000000000006288104dd37f2d182e5881a884ac00246ec8b96d22c 1.84 MB 2,518 1
909,465 909,465 00000000000000000001aaa222a696f03fe443583acac2dd525238670916106d 1.66 MB 3,376 4
909,464 909,464 0000000000000000000225b5d8977dcfcf3af4a273b7b51e64d628b2fbef7b76 1.77 MB 2,412 2
909,463 909,463 00000000000000000000827efa4742d76cc99bdfd01806b408b8106bd705c020 1.71 MB 2,289 3
909,462 909,462 000000000000000000016a50b5f1bb86d2adb10f344f4aa0eef0a008a9cf0f12 3.95 MB 112 2
909,461 909,461 0000000000000000000221e5d27a6faf7df5db4a2f3c739752a7104d3dbe3e1d 1.59 MB 3,080 2
909,460 909,460 000000000000000000005ad748ba27ba46c0d601138a5f1d67626b65227ae293 1.60 MB 2,993 3
909,459 909,459 000000000000000000017a8f0ad0b3d21218462ac97c4cae380bd16e1d947d8d 1.56 MB 4,118 4
909,458 909,458 000000000000000000011a4b73b6215a9b89b109d1a4210363f7629ac2dece72 1.62 MB 3,490 2
909,457 909,457 000000000000000000002ef55b1fab17bd178e0dd4a561b99b9aa90fdd5a4d11 1.53 MB 2,993 3
909,456 909,456 0000000000000000000018be47db57aeda16734e97f9a76880c053d90b6ece0a 1.46 MB 2,399 3
909,455 909,455 00000000000000000001b77b64afb5d101f925aeb6cd06b00921326829fd33d3 1.53 MB 4,211 5
909,454 909,454 000000000000000000017be57f9291775039ebbeebad66e1f91693f8d29b330b 1.56 MB 3,814 4
Previous 10 blocks ↓
Total Size: 773.71 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,194.19 GB sent, 117.11 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.