Loading Tool

Explorer IconExplorer

Memory Pool

77,269 transactions
28.75 vMB
0.07085995 BTC
Random Selection Loading Transactions
Max Size: 174.37/200 MB

Candidate Block

Mining Attempt 7b47a5115af28eabc96c5df691d90713cd2e51b22c37235fe2e4845177751deb
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 557a6c12db8fd01561b55aaa197f079e1c29513daf825ee3121a88d72a9591de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,042
Size: 1.00 vMB
Total Fees: 0.01104737 BTC
Feerates: 82.75 > 1.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (453,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,921 461,921 000000000000000000d08f3bf6ce0c054d5c6e9aae89fdd4afa3486cfaeee32c 1,374 0.99/1.00 vMB 104
461,920 461,920 0000000000000000019eb7b8d0fe5ab549449b74135736bcc955c25e10a4e909 2,208 0.99/1.00 vMB 179
461,919 461,919 000000000000000000b5dad6b08d4e9be1de08b07b20237801e202483d872fcc 2,225 1.00/1.00 vMB 158
461,918 461,918 00000000000000000147e12ce38dca51f7c2c2efab8fcbe698d186835bfdc64b 1,073 1.00/1.00 vMB 110
461,917 461,917 000000000000000001cb44b16f06b6d38004319385ae4eb3c7bd0905879d6e61 1,081 1.00/1.00 vMB 99
461,916 461,916 00000000000000000030ea33e31e6dc6c268c803ba12602fd1570d4765b659a4 1,714 1.00/1.00 vMB 120
461,915 461,915 00000000000000000000f4764bae2b1824699bc3017e6fc398f341f50b321aa0 1,561 1.00/1.00 vMB 108
461,914 461,914 000000000000000000483428e6a936b18e8a21097ec5ccb34fccfcdafb9e98a7 1,260 1.00/1.00 vMB 127
461,913 461,913 0000000000000000018eb24676fac1821b44fcb2baf50838074c8a96fd5bbae8 1,819 1.00/1.00 vMB 128
461,912 461,912 000000000000000000581f2e050fedcb528858052e4b56d0bd30c5478f6bcfd7 982 1.00/1.00 vMB 107
461,911 461,911 00000000000000000056bc957460a0ea4a4b98a94d25a7a0547a5f245e6e5f1f 2,227 1.00/1.00 vMB 197
461,910 461,910 000000000000000001408e8e67706f76651f37dcebdc2736c2883195ef1212f5 1,773 1.00/1.00 vMB 120
461,909 461,909 00000000000000000168eba4240a33a7254853da443c518f004f3c0059965e9d 2,252 1.00/1.00 vMB 134
461,908 461,908 000000000000000000eada068339e87f21ea3c405c242de4f5282abbbbea6bcb 2,331 1.00/1.00 vMB 199
461,907 461,907 000000000000000000c0e7b09ec1cc2d4b4768710d2a4c1e22ca743ea507c1ff 2,011 1.00/1.00 vMB 131
461,906 461,906 000000000000000000390cf88a48ba2cd75faa425f7d8a640a2d17a586a666e8 2,303 1.00/1.00 vMB 186
461,905 461,905 00000000000000000046509f9ffdf032b64973e61abea70551193006bc5ad1d4 1,343 1.00/1.00 vMB 107
461,904 461,904 000000000000000000bbd20e27837d95b1b07fa5abcfb8d8a57fc541289df426 2,104 1.00/1.00 vMB 145
461,903 461,903 00000000000000000054ac78d0e8b6a6bea64cee22107b3df9608d71fa75b69b 2,865 1.00/1.00 vMB 118
461,902 461,902 000000000000000000aed02de4d56427fce3fc6be20766fca1f20d4b68a36d65 2,014 1.00/1.00 vMB 162
461,901 461,901 0000000000000000009ad7a429c77d458be77e88bce94a8ba23f3f6422b1ac62 2,037 1.00/1.00 vMB 120
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.