Loading Tool

Explorer IconExplorer

Memory Pool

73,396 transactions
28.45 vMB
0.06936123 BTC
Random Selection Loading Transactions
Max Size: 168.18/200 MB

Candidate Block

Mining Attempt ac4df15613096e291515ff04e2171d985f7457d64330d37eb02260bc17b37e3a
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f831652d2f92802bc331eb78c43a646ea04afb4ec361d3b5c3ed93e474b28686
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.01233900 BTC
Feerates: 100.36 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (242,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,456 672,456 00000000000000000000450cba6f5a4fabb3cf5294c63592c145adc2238722cf 2,721 1.00/1.00 vMB 112
672,455 672,455 000000000000000000049f53a64e4f30e5c7ae180ee6ff5f91a65c01340dc79e 1,918 1.00/1.00 vMB 136
672,454 672,454 00000000000000000000564444c8b005b5bb6942e6023844842b81a10bc8bf4b 1,567 1.00/1.00 vMB 145
672,453 672,453 00000000000000000008e2b41bf3415514e4e1a5d741971f38e75443d88046ee 2,800 1.00/1.00 vMB 28
672,452 672,452 0000000000000000000176846df01f5408c1a14dcbf1de4617241a564b7d7b20 2,980 1.00/1.00 vMB 17
672,451 672,451 0000000000000000000399a3a78db31c8f15c3cbbdfb9b6b5383ff456e5d4f05 2,177 1.00/1.00 vMB 46
672,450 672,450 00000000000000000004590d5a35ebe7ffeed0f8f0d2932a3d0cc3565746b14d 3,073 1.00/1.00 vMB 70
672,449 672,449 000000000000000000077c63fba308dd2714e7da5ef9238305cd3139d7986841 2,452 1.00/1.00 vMB 121
672,448 672,448 000000000000000000097cab6d397abba4d159d275175c13c3e2ef381b364461 2,717 1.00/1.00 vMB 47
672,447 672,447 0000000000000000000afeb9e8d8ebf996311594135dbe9ee8ff8d1d548734d6 2,543 1.00/1.00 vMB 59
672,446 672,446 000000000000000000051f86622b1eee189b70747b85c7cc1943131807bd21a2 2,755 1.00/1.00 vMB 101
672,445 672,445 00000000000000000005e6f7c6e1e1c19ea3a39cef8d03797d9fd2d9825b7311 2,294 1.00/1.00 vMB 132
672,444 672,444 00000000000000000007a7b116757ffffccb1c7ff6d6e50432929eef32eeee0f 2,882 1.00/1.00 vMB 163
672,443 672,443 0000000000000000000b02e24d63622167d06c3e4d49f8baa8a0ceff85c47ac5 1,735 1.00/1.00 vMB 58
672,442 672,442 000000000000000000042cf9f79b3e481cb00da7fa63eec792058b17506670ae 826 1.00/1.00 vMB 136
672,441 672,441 0000000000000000000be66e3ac9aa6497a7845fa45cbf33c4ece55c263d6f6a 2,433 1.00/1.00 vMB 102
672,440 672,440 00000000000000000007641a271a611c6de0fa1e3a7baf2aec7283d8db8280a3 2,959 1.00/1.00 vMB 118
672,439 672,439 000000000000000000050b1a3bd60661bf7b53badb95f657bae8eb2afb225c4a 2,051 1.00/1.00 vMB 73
672,438 672,438 0000000000000000000a88d59a0cf338ad9ea90c0d58e841015f6e74fb926a57 1,458 1.00/1.00 vMB 13
672,437 672,437 0000000000000000000a5e9e4ad57de5b10f482dd3e4ca245f68eec7f8f768f3 2,033 1.00/1.00 vMB 45
672,436 672,436 00000000000000000009d13972a2f4bb8011534b055d8728a0a798f710c881ed 2,357 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.