Loading Tool

Explorer IconExplorer

Memory Pool

2,533 transactions (0.83 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.95/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,397 000000000000000000022b910000000000000000000000000000000000000000 2,533 0.02535437 BTC 0.82 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,396 (81 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
912,315 912,315 00000000000000000000bdecf62116404f995bb7117a9a04dd66b76aba985cf9 1.43 MB 4,014 2
912,314 912,314 0000000000000000000098a4ddfec8678f6f8e7dbaa0b6656e503f26b34f0a19 0.22 MB 526 2
912,313 912,313 00000000000000000001284c2fb1a927b197909abcd6ab4915b1ee41a7abd529 1.42 MB 3,750 2
912,312 912,312 00000000000000000001534aab1e60870223ecf8f9a64181ee47f695a77bc290 1.61 MB 2,427 2
912,311 912,311 000000000000000000017cc8bc4e1c12370150b767813513b979cfb90ad250bd 1.55 MB 3,745 2
912,310 912,310 000000000000000000005f3da93555a6dfcbfd0d65dfea506b0ad15c596475eb 1.57 MB 4,301 1
912,309 912,309 000000000000000000017e0b1e0c10b815a9eed13dbe75f9995c1bd50f13eaf2 1.58 MB 3,235 2
912,308 912,308 0000000000000000000046563925ffda736e64176382ff77e9aa585748b87fd2 1.55 MB 3,346 3
912,307 912,307 00000000000000000001c952efb7241319565c8b36d14eea2ac5c63d94ce406f 1.65 MB 4,446 1
912,306 912,306 000000000000000000011aa3eb5893d9faed935d15229ffb688715ef0184d885 1.09 MB 1,746 2
912,305 912,305 000000000000000000014dc3e591ea10ffb4a199cce4132f98f77edff87f351b 1.41 MB 5,303 0
912,304 912,304 0000000000000000000011d671434ec94b72d48a3c41c3fa4f1fe2dbf0bd452c 1.66 MB 4,753 0
912,303 912,303 0000000000000000000156d728692ee5cb1086ed3d46586c19aeb9cfc1809ad0 1.66 MB 2,267 2
912,302 912,302 000000000000000000021b04bd223b0a1992c237cd6e0aa0a64ad30fb7960929 1.54 MB 3,123 3
912,301 912,301 00000000000000000001c317270643420daf4a7a0338daf80869c1fc32b17389 1.77 MB 2,813 2
912,300 912,300 00000000000000000000227ab993655e5a44ad9ba7243329d92bfd08070d7296 1.67 MB 3,814 3
912,299 912,299 00000000000000000000e935ebb09c2a1284bad42f8b5fc2446eb5e31f8a255d 1.48 MB 3,169 4
912,298 912,298 00000000000000000001bf9aadea4a966c7849b08a88fa52dea7188b4aab8293 1.55 MB 3,931 6
912,297 912,297 00000000000000000000b00c36c4f96b739d9df19ac44e7adccddb75cb7e2803 1.54 MB 3,279 3
912,296 912,296 00000000000000000001b95ede2299582a724b1a473f18edfcacd3ce5de93d7d 1.52 MB 4,527 2
912,295 912,295 0000000000000000000122e6b67f429e0f36aeb7f78638e6059e05b745242126 0.53 MB 2,044 0
Previous 10 blocks ↓
Total Size: 777.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.54 GB
    • Received: 137.25 GB
  • Uptime:

Notes

  • 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.