Loading Tool

Explorer IconExplorer

Memory Pool

40,909 transactions
25.85 vMB
0.05109668 BTC
Random Selection Loading Transactions
Max Size: 135.03/200 MB

Candidate Block

Mining Attempt e13103f0fe04d5fc03396e4644a4d66eba57d2efcf12cca02f359b6d0224a3ce
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 9a75265db9ee42fa8643451c973706bbc4fc231622ba069c52c4f64499b4dad5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,446
Size: 1.00 vMB
Total Fees: 0.00424081 BTC
Feerates: 121.00 > 0.42 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (468,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,312 446,312 000000000000000002dafd397d69039887adbd5a4be411b694ce5e46d823308f 1,363 1.00/1.00 vMB 40
446,311 446,311 0000000000000000011d880365408d60a36da652f74197eb535891e925d01b42 1,907 1.00/1.00 vMB 57
446,310 446,310 000000000000000002fdf07a9f6faa3bfd9c3db70d519d03455f7a4c59f7c64e 2,746 1.00/1.00 vMB 73
446,309 446,309 000000000000000000e0ed9b38f9d3a720dbf2e2e3894a76b4b7fad68222d55c 2,254 1.00/1.00 vMB 90
446,308 446,308 0000000000000000017bcfb0e4206080e17cf4c9caf6f3d7c5682e2f0b25203b 2,728 1.00/1.00 vMB 99
446,307 446,307 000000000000000003704d1d01d84e76a0778efabd953a9bec80a6f56aab7460 2,081 1.00/1.00 vMB 77
446,306 446,306 0000000000000000002c69c7b8be5efd20491214f97c7ec9df64935bafd5e653 1,512 1.00/1.00 vMB 56
446,305 446,305 000000000000000002d009bb07b10371d42c03683c6e3a8596f42dd330ee8b46 1,378 1.00/1.00 vMB 35
446,304 446,304 000000000000000001d5a27f795a330b280c1801664f8827d08a456eb6b33d5e 1,465 1.00/1.00 vMB 54
446,303 446,303 000000000000000002a9ab368376855145a7f6acca68d108505e889070295121 1,596 1.00/1.00 vMB 55
446,302 446,302 0000000000000000023031285dc3ca5cdedf9207cb2b031eb606d445ee07ee78 1,680 1.00/1.00 vMB 68
446,301 446,301 000000000000000001fa54087c1d6e6eb68ca947de6cb961d9b040491ce06f77 1,328 0.93/1.00 vMB 45
446,300 446,300 000000000000000000a3a03f65ea08e50d711ae6a37f9a3ada17af123da2990d 2,034 1.00/1.00 vMB 63
446,299 446,299 00000000000000000372c23795c4ecc74cc4f3846305c69e4405c5751041140a 2,188 1.00/1.00 vMB 73
446,298 446,298 000000000000000000dbfddcc224756a6a13068abc57a25d0bb0aa14dd68db30 3,096 1.00/1.00 vMB 106
446,297 446,297 0000000000000000014e83713b13915dafcaace3157e72fc1c28d7c0834ca53b 2,159 0.99/1.00 vMB 79
446,296 446,296 000000000000000000899f2e53cfba8b711a1a3d87e86e05a22cbbccee6add50 1,860 1.00/1.00 vMB 69
446,295 446,295 0000000000000000015ae7196398cabf37628219020617175ba846b15640aeba 1,961 1.00/1.00 vMB 58
446,294 446,294 0000000000000000010a7b2be3e4fb33f2c5f5c547f8dc4f40f59a04893491a4 2,396 1.00/1.00 vMB 85
446,293 446,293 000000000000000001b5a5d967009922841934f254a43568fad4c48067376d52 943 0.60/1.00 vMB 59
446,292 446,292 0000000000000000020cc05367efddac579467b67f3688331abbc4082431fa5e 2,331 1.00/1.00 vMB 95
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: 10
  • 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.