Loading Tool

Explorer IconExplorer

Memory Pool

42,652 transactions
26.22 vMB
0.05703654 BTC
Random Selection Loading Transactions
Max Size: 137.66/200 MB

Candidate Block

Mining Attempt 1783ba8046b106f72a2bb6049cfd553ff3c0792bea345be0c9518e78b41d3fbf
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 31e1d6160ded66c90f7a08381c054e7e95786247a7f585e7aaf45429df0a7ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,596
Size: 1.00 vMB
Total Fees: 0.00921275 BTC
Feerates: 121.00 > 0.92 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (528,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,409 386,409 00000000000000000c166fe294ac56f4f42f06e8a7290f79cc6bbdcf4b451d30 1,557 0.75/1.00 vMB 34
386,408 386,408 00000000000000000d5cff134f5f58f7079bba5b7047abe2bfa7dee2c7518050 1,999 0.75/1.00 vMB 56
386,407 386,407 000000000000000006076ff9131a94f92a7cd9d505d0dccc6aa2b091a3cbac25 2,049 0.91/1.00 vMB 37
386,406 386,406 00000000000000000a0e9bcc6be427d1517e35fad6853a06d3b371124dce0961 854 0.51/1.00 vMB 28
386,405 386,405 00000000000000000825974500e65cf2d5bfe77b257e72cfc1e5418dee64f12c 648 0.27/1.00 vMB 41
386,404 386,404 0000000000000000047d80481ade91fcf0a61cd321a45053c9e12704c6769ca1 535 0.97/1.00 vMB 10
386,403 386,403 00000000000000000a81f984966318afa94427ec3e63978ac49992627d29d960 1,853 0.75/1.00 vMB 39
386,402 386,402 0000000000000000025c538a1b3df7a3e4eccad316e75c3cc7ea554e02f5246c 713 0.30/1.00 vMB 40
386,401 386,401 0000000000000000068c014552ff37e8bb926a41ac1b0f6142d35c45b7ac56e2 1,759 0.98/1.00 vMB 39
386,400 386,400 00000000000000000485c21e106b4565c52632c4b629568516d529c5c7dcc3c0 1,352 0.64/1.00 vMB 32
386,399 386,399 0000000000000000041fd9260fc35a33d4decedb88c518458417232bd6c1babe 1,215 0.66/1.00 vMB 28
386,398 386,398 000000000000000004d1d6e20966251695b4275a4e923a8b972f6ade4a300251 1,976 0.92/1.00 vMB 34
386,397 386,397 000000000000000002d8dbcbe947404413b03d1b2d1b7c6179b288a5a3769b5c 773 1.00/1.00 vMB 11
386,396 386,396 00000000000000000339ea14940c13b69caa4747e7642eeaf2f7ebaeb9a9a4e5 2,296 0.74/1.00 vMB 50
386,395 386,395 0000000000000000012274927eba8cc83dbf61bd7142842cb6f9893145e4125d 1,559 0.75/1.00 vMB 33
386,394 386,394 0000000000000000047f38c7d177c7848b54536ca7ce1ec5283c7ccf26c07828 524 0.23/1.00 vMB 32
386,393 386,393 00000000000000000e087745f1a7a15a25c8d7cfb5b9de3537b231c4b205c034 2,357 0.93/1.00 vMB 41
386,392 386,392 00000000000000000e27ac19bc3a84c570048d24788c322924e1b3e71c211379 2 0.00/1.00 vMB 0
386,391 386,391 00000000000000000acb486f2485f20b68881bb8de7cfbb98b05d1f348e956ea 586 0.63/1.00 vMB 16
386,390 386,390 0000000000000000086658ba39dbb571935a500b3a2bd422410ef00b38dc1ebf 2,342 1.00/1.00 vMB 38
386,389 386,389 000000000000000005540a2cab23877f6302fc23da4d09bcbe4c0070b6d44b53 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 647.52 GB
    • Received: 12.95 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.