Loading Tool

Explorer IconExplorer

Memory Pool

77,423 transactions
29.03 vMB
0.06987590 BTC
Random Selection Loading Transactions
Max Size: 177.98/200 MB

Candidate Block

Mining Attempt 9a83ed4ffcda951c601451a242e36cb7891f9d4a102c5366454b2a8706213953
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 0f74ea55f985175df77bf9bbb95b52553108de0bbc0a08fb8ad204cf390199d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,112
Size: 1.00 vMB
Total Fees: 0.00654682 BTC
Feerates: 94.79 > 0.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (227,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,804 687,804 000000000000000000098ea6d8f6df3bbb52718b4ec2833ce0abc34461d7a11e 2,246 1.00/1.00 vMB 7
687,803 687,803 00000000000000000004289c67f76d223f193825f71cdc425f05f6bbb4ddcdb3 1,532 1.00/1.00 vMB 31
687,802 687,802 000000000000000000099e2605983ab3bfb4a0ed60eb53ffe4c80197fd4868e4 1,393 1.00/1.00 vMB 44
687,801 687,801 0000000000000000000705e187dc824b67378d72783ecd0b1bbee39050772369 1,885 1.00/1.00 vMB 25
687,800 687,800 0000000000000000000ab3cd53b5b7b766acc3a4eaeb01e1f20d032a9a9a6eba 3,000 1.00/1.00 vMB 36
687,799 687,799 000000000000000000018f922133e1ff461abb11685c53c4c3b5ffd22559f77c 2,662 1.00/1.00 vMB 51
687,798 687,798 00000000000000000007ecb7f53de84fe76f0faf66b5d62e9ea0edaf9212a5d9 1,934 1.00/1.00 vMB 20
687,797 687,797 000000000000000000083d6a843e8fda272584c40ddd15d42282e6bbe034f1ad 2,910 1.00/1.00 vMB 36
687,796 687,796 0000000000000000000a6d9f551dbe41db4b1c761f95c11a284e454997e81091 2,864 1.00/1.00 vMB 44
687,795 687,795 000000000000000000090342e799c7d13006387efa7f4b99181177edc7bf0b25 3,194 1.00/1.00 vMB 54
687,794 687,794 00000000000000000005ffb3c10a9c4f049cdc1b399431ba9c56ea36d7e5351f 1,233 1.00/1.00 vMB 34
687,793 687,793 0000000000000000000d8173cb33969e30d17366090607364cd004e82cf7362e 2,339 1.00/1.00 vMB 12
687,792 687,792 000000000000000000074c8435d3e8a76af187893ae472f7141955824a72387b 2,415 1.00/1.00 vMB 13
687,791 687,791 0000000000000000000962c4c5c5843362141c81f83797c2b7658eb4eb80dcaf 2,284 1.00/1.00 vMB 21
687,790 687,790 00000000000000000001ee68d07e4e3f44edcc24aeb170b0412fdbc79c6c4592 2,460 1.00/1.00 vMB 39
687,789 687,789 00000000000000000003c22c34ada8b5c7880e5e13bbf88c5b2f4e02a1b4c7b1 2,554 1.00/1.00 vMB 31
687,788 687,788 00000000000000000003f2543225341d5751efa91394d5216424e2f16507558e 660 1.00/1.00 vMB 19
687,787 687,787 0000000000000000000db5b7df05d2b01e0374009465f807e4cc1d9d289a95a9 1,362 1.00/1.00 vMB 20
687,786 687,786 00000000000000000008e4e71f9cce2db92327edd2ef4a9d3235707cd523964f 2,244 1.00/1.00 vMB 27
687,785 687,785 00000000000000000005587e75bef9d860ae7bc1a4da34215ee94cd63a1c59be 691 1.00/1.00 vMB 31
687,784 687,784 0000000000000000000d5d3e50846f7933b26b267af98f8a476dbca6eec46f62 2,743 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.03 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.