Loading Tool

Explorer IconExplorer

Memory Pool

83,427 transactions
31.21 vMB
0.09520818 BTC
Random Selection Loading Transactions
Max Size: 191.50/200 MB

Candidate Block

Mining Attempt 3f97683347533ff8bb7ae9117dc07a853faab4b4e7a1ca0276a66c3f648b1978
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 503ad26cac625d86fbc4c827626d0c3e7f3021f037a598d0f301d0be21975185
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02486297 BTC
Feerates: 301.57 > 2.49 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (286,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,313 628,313 0000000000000000000567c40a383e0e2f53905cd62a3440692f19392f968487 2,865 1.00/1.00 vMB 125
628,312 628,312 00000000000000000008a8b59938659e6806d264eb3e80a17b2b90e51a5c3d3b 2,694 1.00/1.00 vMB 112
628,311 628,311 00000000000000000011120e8ebe394532f8386bd4221a68dd97f229fc3eea5f 1,417 1.00/1.00 vMB 96
628,310 628,310 00000000000000000007632b3320ee0e0884ca70906bae2a8cfea33e8d291c1f 2,057 1.00/1.00 vMB 100
628,309 628,309 000000000000000000086e00039bf71ed85371ad2a734d112ef7711089310450 3,316 1.00/1.00 vMB 129
628,308 628,308 0000000000000000000559f498758184697e13770898e5462171be16d7c05ae2 2,652 1.00/1.00 vMB 107
628,307 628,307 0000000000000000000495f83407dc223df43e8165bee2392299db8a42395895 2,517 1.00/1.00 vMB 113
628,306 628,306 000000000000000000047b239c6a5d2370646d41a5aa1be19d34d1ea9156dcf4 2,910 1.00/1.00 vMB 80
628,305 628,305 0000000000000000000a705a1dfa9e1316cef7597a534dc2f5771e807b668b19 2,943 1.00/1.00 vMB 111
628,304 628,304 0000000000000000000fd820f1ba3be4f29f35a9dd85705dcccdda63a4427e64 2,867 1.00/1.00 vMB 95
628,303 628,303 0000000000000000000c33885eb9ea32ca7cf3f25c0fcf5eaaa77a301886ad4b 2,949 1.00/1.00 vMB 119
628,302 628,302 00000000000000000003580b1c7a487322fa7d23922bd34f9d60071a2066c703 3,082 1.00/1.00 vMB 100
628,301 628,301 00000000000000000010a54821929c6e24c501c156f965063811caf0bc335d8d 2,595 1.00/1.00 vMB 99
628,300 628,300 000000000000000000005dc8bb3dd2e519e0050a12f46ac058175e0038ef7aae 1,703 1.00/1.00 vMB 72
628,299 628,299 0000000000000000000e292d41b426873a575560ae2a314db59e6097a5be0d14 2,944 1.00/1.00 vMB 88
628,298 628,298 00000000000000000007728c2fe3b3a5384b64c37f3d0be0008a58f0d5d59835 2,844 1.00/1.00 vMB 115
628,297 628,297 00000000000000000009143e236776988e745ea7f5d3baea49f0a41353498b8d 2,618 1.00/1.00 vMB 92
628,296 628,296 0000000000000000000766e124aeab19bce85f1711037b690ebe8c0b8864a1c2 2,467 1.00/1.00 vMB 75
628,295 628,295 0000000000000000000adc944cba7f7a023ba2f7f9db4c4edec97c28ac5f5938 2,755 1.00/1.00 vMB 84
628,294 628,294 00000000000000000001fe74ccb00d27a43852d2ba48eb79c8b4f956a2080b7b 2,742 1.00/1.00 vMB 91
628,293 628,293 00000000000000000006b75005474624289a245ea688b42809898b15119f1f1e 2,807 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.78 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: 709.56 GB
    • Received: 16.92 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.