Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

947 transactions (0.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 0.40 vMB 947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (889,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,409 20,409 00000000c7d730f16314d7a88278631a90df3b72b63b29432ddfd5590a2a9d0e 0.00 MB 1 0
20,408 20,408 00000000fe68fae3ea60adacb043ab6bd37f3d3a8915d991951b836d66edc9e6 0.00 MB 1 0
20,407 20,407 00000000b2928bf2f2356e5ac58e50d21b3c48a2c3c854a8a75511a541de73b6 0.00 MB 1 0
20,406 20,406 000000009a8408397dd5dc70e013aed966ada6734599f719c3f8c1d76751f92f 0.00 MB 1 0
20,405 20,405 000000006440d96e5a77a85b27f99ab99dca1b4ba00d17c6a10139a3ea72f871 0.00 MB 1 0
20,404 20,404 0000000089ad3ca8b464c87f920fa3346bf97c6961e299aeb9722348ef29a944 0.00 MB 1 0
20,403 20,403 00000000b15d08bc4171c6ddc87d76c9a1daf852490a79d7137dba59cab0d3d2 0.00 MB 1 0
20,402 20,402 000000008cf7d0fb28c459ad2f2d90707f1b955e088c4b6a8a4064a5d01807eb 0.00 MB 1 0
20,401 20,401 00000000115bb0ad3df39e5d3715ed376fd0c36f90379a77dd880bf712867146 0.00 MB 1 0
20,400 20,400 0000000081189ece565b3837c465a44eb77e4bf86d5f0bc24608e84413db8925 0.00 MB 1 0
20,399 20,399 0000000087412e72f457d4d6dd0901257410718bd7ff907ef2662ae7975c6177 0.00 MB 1 0
20,398 20,398 00000000bc5830e0501cc7188676f37facb09e9f519dbd3c29c5a2961fc72b5a 0.00 MB 1 0
20,397 20,397 000000007ccf0a6e0867f5e8e79d52090eb82251bc287ccece87de8e34321dc9 0.00 MB 1 0
20,396 20,396 00000000349b0822fdabddfb1a9bcb04d723757a8c4b715003bc7a3d4fb1b610 0.00 MB 1 0
20,395 20,395 00000000caeb9dea7f85257e4f08364adb5860c11fb40b52fc5bdb0782ddd819 0.00 MB 1 0
20,394 20,394 000000006f1a602b587cf6f6687e7f1be7892353530d7f2e46383b84682d65e0 0.00 MB 1 0
20,393 20,393 0000000014825835e180f32f3f244c9d3f9344937803be6beb609a0eb3234270 0.00 MB 1 0
20,392 20,392 0000000046d303cc64784ae6d1fd3fbe3b3fa8fa050c89db1915bb46aa10c098 0.00 MB 1 0
20,391 20,391 00000000f7013abc0747c8f6b1eee4c68e42eba8d4d39a54f1fdb54dc5913935 0.00 MB 1 0
20,390 20,390 000000001c871b513815f9c1752301d2f4f8a558cbe733f60127516b91364c80 0.00 MB 1 0
20,389 20,389 0000000089378befe73325952b17b8ec79d3c4f177fc060ce588fedf94e5c410 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 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,189.56 GB sent, 116.45 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.