Loading Tool

Explorer IconExplorer

Memory Pool

27,589 transactions
8.87 vMB
0.07693345 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.78/200 MB

Candidate Block

Mining Attempt 9f8ccd8daa0f689d2af2cca23e65a3f9652d153e579c916e5c52628449c0fa45
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root bff13a57db5f632f2670390fcf5e5320f38a6038a73b6b51019935dd088af98f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,376
Size: 1.00 vMB
Total Fees: 0.02202530 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (772,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,545 140,545 0000000000000677f985e9cf8b345b8395c237673df3fb3e39dba7e517173348 0.02 MB 49 329
140,544 140,544 0000000000000806c1c0dd50cf79a58504b06e102d37429760f76b0b4e529d90 0.03 MB 39 404
140,543 140,543 000000000000031654205f339df01582006a3876cc1bd254402b2e2af43d8e17 0.00 MB 4 0
140,542 140,542 0000000000000228646e536d44f8dce59e4fd6c26038f3955abc52946501f8c8 0.02 MB 59 233
140,541 140,541 000000000000018c37b28b175159b98d40ae10587a92678c458f90861356dbce 0.00 MB 3 42
140,540 140,540 000000000000043e5003b087ddbc9080b25486c1d9655dc659877e58966080d8 0.02 MB 57 0
140,539 140,539 000000000000003dd3107097b92b4037dd3dabbff2109baa2963c7f3e612b07d 0.02 MB 53 97
140,538 140,538 00000000000006c7cdda9fb9768b539d32fd1d4a9fdea2fe8ee903b5054e60e6 0.01 MB 39 115
140,537 140,537 000000000000012726d7856560ce1d4e184154f8c4d56e93a3bfac981e9cc986 0.01 MB 41 195
140,536 140,536 00000000000002a6c6f2cede7f966bc173fb0bbecb8da8068b16dcaa55b5836a 0.00 MB 1 0
140,535 140,535 00000000000006935b91fa9e6717c302b072aea7c53003c5410190664de2d57d 0.05 MB 153 119
140,534 140,534 0000000000000333045ed2896a04c229b139b4460006863e9b86b795f6909b1a 0.05 MB 124 55
140,533 140,533 0000000000000221a987199702b672d8b68542bb7bd62a5326f9a8c099077207 0.03 MB 45 238
140,532 140,532 00000000000008673050c8a6dd703460bbaf65f82adbeba28a3456fdcc9e18ef 0.00 MB 8 428
140,531 140,531 00000000000003673ba88cc9b504ebf46a81020b8e5e9423a821909797c2c6b0 0.00 MB 5 266
140,530 140,530 00000000000008bbd89c962d73eb5dc684eb9a717174093df022506358bc32e5 0.01 MB 32 220
140,529 140,529 00000000000002c549e0c822e44eaf1b79ed3f977c3b36615f6edf9343d1d78a 0.00 MB 6 107
140,528 140,528 000000000000043c07a6cb17f8ff5ab10c8224a29fac6cad2278d4c4833d6d2a 0.03 MB 97 44
140,527 140,527 0000000000000763f2a4e37ddaf6a4edae9dd42a25a7cb79814d9b9405970c74 0.06 MB 144 278
140,526 140,526 0000000000000757f22658a9942f5998e9790143b5ff14dc15d6613d232cda17 0.00 MB 1 0
140,525 140,525 00000000000005b9003c5d4f169aeaa6e03f539c7fe78340b3565068d3c00851 0.01 MB 26 101
Previous 10 blocks ↓
Total Size: 778.83 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: 378.94 GB
    • Received: 3.41 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.