Loading Tool

Explorer IconExplorer

Memory Pool

76,599 transactions
28.55 vMB
0.06925674 BTC
Random Selection Loading Transactions
Max Size: 173.01/200 MB

Candidate Block

Mining Attempt 99c1aaed570edad581a07d6d32e7f1050b4a2c2195c98af4cf376b06f6e40c16
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root a7627cd1f275ec151c6ad0308fe208f6bc8414376a5c856125d458ba5cfb7b64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,629
Size: 1.00 vMB
Total Fees: 0.01009329 BTC
Feerates: 71.79 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (259,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,602 655,602 00000000000000000003c313f6d9ed3339b7fe140cdb0cd76859c95632a12797 1,309 1.00/1.00 vMB 282
655,601 655,601 00000000000000000000c3ddf3f06139ee911ec6ae9949ffa91884f293a343a9 2,865 1.00/1.00 vMB 328
655,600 655,600 000000000000000000034905721329dbdfcac60dedb88221e5c23c41305651b5 2,450 1.00/1.00 vMB 310
655,599 655,599 000000000000000000063be09b75bd4dbc1f2dc55677499221f224c679a73c72 2,980 1.00/1.00 vMB 351
655,598 655,598 0000000000000000000e3007462af9b531affb2e7fe334fc7b932c869d0394ee 2,426 1.00/1.00 vMB 120
655,597 655,597 00000000000000000007e36dead0c2de31e0f99fff77111237a95c954c0d9017 2,779 1.00/1.00 vMB 116
655,596 655,596 00000000000000000009b0225dca2e3cdb0ed9531f6602df01e7e7eeba0f98dd 2,847 1.00/1.00 vMB 244
655,595 655,595 00000000000000000005d99a42e5abc61f189d5d1e51637feb5932598d584104 2,839 1.00/1.00 vMB 170
655,594 655,594 00000000000000000000d943e4a3c1a82f7fc03dc89c095fd59f9b51853388b1 2,588 1.00/1.00 vMB 257
655,593 655,593 0000000000000000000784f71f9ce3d9a639192f63a11c6ccccbec998192818e 2,939 1.00/1.00 vMB 136
655,592 655,592 0000000000000000001083ca4c38274101ca9813de5e7a12d940cb531b43207f 2,003 1.00/1.00 vMB 261
655,591 655,591 0000000000000000000e4974064ea175c0c5e935d6e56eac0541747833f4f637 2,592 1.00/1.00 vMB 326
655,590 655,590 0000000000000000000ca7d9a309f2835b9787b67efec8865a72d1b3fcbd14e9 2,565 1.00/1.00 vMB 323
655,589 655,589 0000000000000000000dec7d10eb48fee039f74c85474de84dc91b881a5eede4 2,017 1.00/1.00 vMB 133
655,588 655,588 0000000000000000000342212a5b694f91bbf5aa50007e9e66560f49aeb4278c 2,712 1.00/1.00 vMB 175
655,587 655,587 00000000000000000004cd93307f923ff02c45e70175f28aab441926ffaa7691 2,366 1.00/1.00 vMB 95
655,586 655,586 000000000000000000016f3a7b62e23018f29afa397b2e395ab035633c3f2311 2,183 1.00/1.00 vMB 196
655,585 655,585 000000000000000000091f9d31a23529c1c8318d8d2783e35c1fd8e424668eb1 2,779 1.00/1.00 vMB 109
655,584 655,584 00000000000000000000bb6e477d6ee50bd2520399f095d0ec1918d31146a9e7 2,084 1.00/1.00 vMB 233
655,583 655,583 0000000000000000000513e43db11b2a3e048ea2e03e2f0c11b477c74b86b772 2,297 1.00/1.00 vMB 117
655,582 655,582 0000000000000000000154d04bc1028cdb46268c6c7747fd895d09d8b26d7748 2,343 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

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