Loading Tool

Explorer IconExplorer

Memory Pool

55,151 transactions
32.44 vMB
0.23450214 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt dae366879ea1d24fa8152b5d7270fa88c2d41fbc24b460108219511552d97229
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 8261934668884af36023de0cd4f2fceee82201680c5540b16061f99bda90d145
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.12372195 BTC
Feerates: 101.66 > 12.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (375,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,691 539,691 0000000000000000000381410a600e096d79f916c5ac65bdf622780289fa7294 1,115 0.41/1.00 vMB 12
539,690 539,690 0000000000000000001315579868511d63e63a536a12e7206822d85c1a770bee 1,333 0.54/1.00 vMB 21
539,689 539,689 0000000000000000001be47407819fe2935e3c05a81ce06363e62a4819fd71e6 317 0.13/1.00 vMB 14
539,688 539,688 0000000000000000002984c7c789f7bfbd65428241cb13d221cfe11fdc751eed 2,976 0.98/1.00 vMB 16
539,687 539,687 0000000000000000001f012907514ae9d5750ea9b512d8b3c53dcce655ca3953 2,146 0.86/1.00 vMB 15
539,686 539,686 0000000000000000001d729a8cb87e9454a502927eaed316c4ab823d9ef38d85 2,650 0.93/1.00 vMB 18
539,685 539,685 0000000000000000001e70e39910e8b724879ad20c01d86f53621827e31d7b80 486 0.17/1.00 vMB 18
539,684 539,684 00000000000000000007573b34f2167334aac640a52579545d7faa785db35883 253 0.10/1.00 vMB 15
539,683 539,683 000000000000000000298124e21f93a2788790d8f826eb2292d2f94fdd89b0b4 26 0.01/1.00 vMB 15
539,682 539,682 0000000000000000000068553b128141ff2b07b566e91506775fb2fafa8ce1d5 1,859 0.62/1.00 vMB 20
539,681 539,681 00000000000000000008cdfedb44e3f79115f016146e6b5f424a061c1fa78a82 942 0.33/1.00 vMB 22
539,680 539,680 00000000000000000013a04b238bca34ab9e7640240d5ff75767cf38c33c06a5 163 0.05/1.00 vMB 28
539,679 539,679 00000000000000000001c3b2af702e0ef9db69927f96bdeb23202f777527092f 1,806 0.86/1.00 vMB 26
539,678 539,678 0000000000000000000a0493cb56ffa0fdb51446d4d499515c997bef238ccf41 194 0.06/1.00 vMB 19
539,677 539,677 00000000000000000015582bc1d7805d85db6b969e706f391973d3ddbaf5775d 289 0.10/1.00 vMB 14
539,676 539,676 00000000000000000009a8742ff24300a97d59323c4391228ea5cb9283f84715 745 0.33/1.00 vMB 12
539,675 539,675 00000000000000000021ffa33fca167336a9b92ed00c4d62e4a9cf3657224bd3 2,496 0.90/1.00 vMB 20
539,674 539,674 000000000000000000021b215b02d20e1ff847267b43f3a9c60ae9c65c12f792 696 0.22/1.00 vMB 18
539,673 539,673 0000000000000000001cfc70ed508e3e50746df0345780757473addb7918cf98 2,572 0.95/1.00 vMB 22
539,672 539,672 000000000000000000216e76a46e561148c3c49dacb43ca66dcdcf903cfd50c5 219 0.09/1.00 vMB 21
539,671 539,671 00000000000000000022a5057ee6bcfe9196b9c8cc4ff617572cb02f0ef86d18 1,604 0.71/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.07 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: 651.22 GB
    • Received: 13.49 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.