Loading Tool

Explorer IconExplorer

Memory Pool

87,101 transactions
32.59 vMB
0.15104883 BTC
Random Selection Loading Transactions
Max Size: 198.99/200 MB

Candidate Block

Mining Attempt 61cc1fd2ee0cd6944c58f03cbbfe221acddce087286d51bcda125d2be9f40406
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root fffb0b0fcdd42ef84f458764ebc74b2a59702addacd905bb3cea58b3744cb951
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.05817958 BTC
Feerates: 400.00 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (91,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,593 823,593 00000000000000000001eb889341ac1b25be8de0bb88cc6454d2a589afa08eb8 4,319 1.00/1.00 vMB 166
823,592 823,592 00000000000000000002e1b498b8d8809e573080f9088c8dbf6c84a5272cd25f 3,908 1.00/1.00 vMB 203
823,591 823,591 00000000000000000001b85e43fb6f973735ab9f5d9f48314f54bce4a20a22a5 4,105 1.00/1.00 vMB 214
823,590 823,590 00000000000000000000a50e0f83b2d1b851738c67412dfe7167738004d05d99 4,679 1.00/1.00 vMB 185
823,589 823,589 00000000000000000002a97b15d37db9ffc4ed50a8dd1dc70fbf8e837e378bea 3,727 1.00/1.00 vMB 180
823,588 823,588 0000000000000000000032037b833a7e03478425759d1e561841c52a89b16da2 4,107 1.00/1.00 vMB 193
823,587 823,587 000000000000000000020f8737129fa952d437e2f7346fd1c382fdbc818fa736 3,005 1.00/1.00 vMB 176
823,586 823,586 000000000000000000016d1c4a74f22452627395a56f1abe02ef67d9b8392c4e 3,015 1.00/1.00 vMB 200
823,585 823,585 000000000000000000029fbacd614d037ecc79e07512bad5cd6d07a4771e8dca 4,915 1.00/1.00 vMB 183
823,584 823,584 00000000000000000000bcd024b2c710f66e30bdee207313602c2ae50ee7b093 4,424 1.00/1.00 vMB 207
823,583 823,583 00000000000000000002a6a592880857586ec6c04d9b02bf2771efe3056e4f2b 3,163 1.00/1.00 vMB 236
823,582 823,582 000000000000000000024ef74ad3d59285ef1b55f5a75f0cfa258f07fd57aeab 4,675 1.00/1.00 vMB 202
823,581 823,581 00000000000000000001388c7a69519ca0110f55f64da3184de5aaaf3bf8a2e4 1,483 1.00/1.00 vMB 210
823,580 823,580 000000000000000000000db17dc16a22fc3d0d4b0643bd36def6e9db554c034e 1,832 1.00/1.00 vMB 234
823,579 823,579 00000000000000000000aabf0780a399d9002ab3037c7a34527a9c817978595d 3,445 1.00/1.00 vMB 263
823,578 823,578 0000000000000000000180a6d132edf6316fd535f2b46dd6065e127ee896fc23 2,527 1.00/1.00 vMB 231
823,577 823,577 000000000000000000010238c89a7ebd547b73914d8a56b60191b899884619ec 2,140 1.00/1.00 vMB 336
823,576 823,576 00000000000000000003a7b7fe8a377a6237c82acea9b9604f0a4977719ecc73 837 1.00/1.00 vMB 390
823,575 823,575 00000000000000000002d496a6c88a95b64eecfe988b1f3e6e71978fc7511351 1,545 1.00/1.00 vMB 396
823,574 823,574 00000000000000000001a589b9def3b9b7691d0d97dd0c9b1852589e0b550f8f 1,813 1.00/1.00 vMB 312
823,573 823,573 00000000000000000003e1d4bd65c47f0c975917cb3a86d4a8cccee2d6cb3e77 3,271 1.00/1.00 vMB 211
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.73 GB
    • Received: 16.96 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.