Loading Tool

Explorer IconExplorer

Memory Pool

87,119 transactions
32.06 vMB
0.11604294 BTC
Random Selection Loading Transactions
Max Size: 196.00/200 MB

Candidate Block

Mining Attempt 97f339fe2d1b91aed3556dc888d1600427af85304606adac4ee373ea46826cd0
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 3d0f3b7a1ec94281fb00d9670c6f8f5a61b96da80c504dd0d82f8ca904edab07
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,476
Size: 1.00 vMB
Total Fees: 0.03210257 BTC
Feerates: 1,236.26 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (16,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,278 899,278 00000000000000000001a6d89d6d01c73ed97ecb9be68e7d165d22657a30fb95 2,097 0.66/1.00 vMB 2
899,277 899,277 00000000000000000000d4ed24b87c9cac0eb796ae4691b3cd2d679325ddc758 2,419 0.96/1.00 vMB 2
899,276 899,276 00000000000000000001e33b5b2182810559d4bd2ef7e667ceeb0e1a8e41a2cf 3,132 1.00/1.00 vMB 3
899,275 899,275 000000000000000000009c6c104319e49004edb2e03bd7c35a722154ce94783c 1,175 0.36/1.00 vMB 2
899,274 899,274 00000000000000000001571cb8e12e8fde8cc6d05dce1abdd7fd02b7350b1ab7 2,077 1.00/1.00 vMB 2
899,273 899,273 0000000000000000000132041336748747a441b791dd8293f683725d691e7106 1,794 1.00/1.00 vMB 1
899,272 899,272 0000000000000000000084944744e29182b5f3947f054af33e409b59ed5ebe50 1,398 1.00/1.00 vMB 2
899,271 899,271 00000000000000000001950cf70a34b3f5dcb4db2edc2f851bd496cbe0801f49 1,819 1.00/1.00 vMB 2
899,270 899,270 000000000000000000016a221cd47cb6fe8ed53f87720119fc682457ea00689e 1,295 1.00/1.00 vMB 11
899,269 899,269 00000000000000000000e3459d6cabfd5059bc1ee247df88e8b7b7c4e19ab960 2,402 1.00/1.00 vMB 3
899,268 899,268 00000000000000000002045079bdc59868d437258aab27dc0f2004ded8cc1498 2,495 1.00/1.00 vMB 3
899,267 899,267 000000000000000000021f3a2fa4f7b03bb0f2d08b2db2e9b8e77162cf2b8e7e 2,832 1.00/1.00 vMB 2
899,266 899,266 00000000000000000000360041f7e473b3d32499c484df8aa549dd883411c1f8 3,553 1.00/1.00 vMB 3
899,265 899,265 00000000000000000001b4446441a317d559c3ab5d3e8f69699b71011834522b 3,886 1.00/1.00 vMB 33
899,264 899,264 00000000000000000001f68ca5731f661cc9c6312007e566a90f8c0a5074154b 4,216 1.00/1.00 vMB 5
899,263 899,263 000000000000000000014c935c54e4ed0dbfe25cdf759b8c92dc62c3b4597d84 1,519 0.43/1.00 vMB 2
899,262 899,262 00000000000000000000837929ae8d28a0e474f97a12b8447b3d20c9f4ceaf0d 2,477 1.00/1.00 vMB 2
899,261 899,261 0000000000000000000116d85af76fa6db52dbe894352f2545adca6a250d3e28 904 0.32/1.00 vMB 1
899,260 899,260 00000000000000000001ce7f442570d8684a72c7791ce9438dfefee093724748 1,861 0.56/1.00 vMB 2
899,259 899,259 00000000000000000000569d934acfc2d20aeb9c31c751b4e1a4f5a0589fc0a9 1,829 0.55/1.00 vMB 2
899,258 899,258 000000000000000000011041007f3b344fea8472406fa5ddd8455cdf314258b8 3,171 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.02 GB

Node Details:

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