Loading Tool

Explorer IconExplorer

Memory Pool

81,369 transactions
30.46 vMB
0.11254345 BTC
Random Selection Loading Transactions
Max Size: 183.44/200 MB

Candidate Block

Mining Attempt 660bbb11c22a6346f89d2f8ecfbc1e9ae639fc21f616c6b3acf9f92a35e4f904
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ec102c16d9f2fb21eeed68e9e8a89ecddd31c0d8a08ae874daf6193b32b8ba7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,397
Size: 1.00 vMB
Total Fees: 0.03796292 BTC
Feerates: 180.34 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (301,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,472 613,472 0000000000000000000cd6df16438115596b080946574f29dc5f4a5c59b19d62 3,170 1.00/1.00 vMB 19
613,471 613,471 0000000000000000000465b201fd33e43d55d08c4e65f76b8ae6027aed48491f 2,812 1.00/1.00 vMB 16
613,470 613,470 0000000000000000000b05f877e6e49b380f4f78b3cfb605b67439f825dba197 2,978 1.00/1.00 vMB 26
613,469 613,469 00000000000000000007d1fc131bae6850f4d03a28662a8d38b32e77d24e3c33 2,987 1.00/1.00 vMB 19
613,468 613,468 0000000000000000000faaa00540dc7e23ec9d5069300dd09f827d3c7ff94eb3 2,603 1.00/1.00 vMB 15
613,467 613,467 0000000000000000000784a6987d72bddf8f74be28533066f578b314d17fcbb0 3,109 1.00/1.00 vMB 28
613,466 613,466 00000000000000000001a45ea9e296f9968734035f353276f33fcd36d1ae6f9d 2,186 1.00/1.00 vMB 4
613,465 613,465 00000000000000000000876d7de22ddc2079d11cedaeeb046fc011361c8944a6 2,875 1.00/1.00 vMB 7
613,464 613,464 0000000000000000000d03d70702bd32cfdd8934b5510820d93dc2f5c24a224e 2,650 1.00/1.00 vMB 11
613,463 613,463 000000000000000000112ba9a296409c79bd098ac46d573c9f29bafce8d412e0 3,237 1.00/1.00 vMB 14
613,462 613,462 000000000000000000003946cc7ddaf0f09767fb616b8904857022b0a751ba27 3,282 1.00/1.00 vMB 12
613,461 613,461 0000000000000000000a5fdb33c4f5c10274328a69262a0e1cd80ebf03578579 3,313 1.00/1.00 vMB 20
613,460 613,460 0000000000000000000b502cc160e2aeb84f23d5915e7c2942714d4d1cf0a359 2,754 1.00/1.00 vMB 21
613,459 613,459 00000000000000000006e4f2b6a7fb7e963d0c2e1414827f0a81bbaed3a15511 3,679 1.00/1.00 vMB 18
613,458 613,458 00000000000000000008326bedac43e089fd66f6e17018c22c57cf5ebcf76991 2,861 1.00/1.00 vMB 32
613,457 613,457 000000000000000000052cd638023189750869a028359c8105b39525c52b76da 3,001 1.00/1.00 vMB 12
613,456 613,456 000000000000000000073565ff34c802be7867f8ebccfbf9cdb4898d9af2e40a 2,951 1.00/1.00 vMB 21
613,455 613,455 000000000000000000029bb4ab1e0d63fa1bac77ba892ff9ee48175c48c3f189 3,310 1.00/1.00 vMB 18
613,454 613,454 0000000000000000000398869e33e6768dad4ecb5069bd9c8e6e4c360897723f 3,174 1.00/1.00 vMB 24
613,453 613,453 0000000000000000000f815828f90a989e6ce432c07362dc4d89728b2fd8a028 3,454 1.00/1.00 vMB 22
613,452 613,452 00000000000000000007fdf62fc1b35d2ac8f0ef95590736b6c07a0beb26e4c0 3,311 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.