Loading Tool

Explorer IconExplorer

Memory Pool

45,948 transactions
26.80 vMB
0.08653965 BTC
Random Selection Loading Transactions
Max Size: 142.35/200 MB

Candidate Block

Mining Attempt fa1ee08deac9a5db4ccd030bc6c83a655f6ab20c667ba16803a26e7162afb54b
Version 20000000
Previous Block 00000000000000000000ff9991b1e163a0cd8035dc9efad2912f09cbb13212f7
Merkle Root e597230e147d5e4af7fb8735ae14849d0fbe0fb8803fa20ac891154351e3d7e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,424
Size: 1.00 vMB
Total Fees: 0.03712624 BTC
Feerates: 101.64 > 3.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,781 (333,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,013 581,013 00000000000000000014b31f91723ca5f06bc6a83dfe101f54ae7e73a2ded812 2,331 1.00/1.00 vMB 69
581,012 581,012 0000000000000000001a36c53b02f5893b5c960a1e60c26be319a12df1683cf5 3,350 1.00/1.00 vMB 88
581,011 581,011 00000000000000000021bc861f8ae3835e84b617874f79b4f95ea34b7668ab2d 2,732 1.00/1.00 vMB 101
581,010 581,010 00000000000000000021274d63898229de8355706d51f60df43fc69d61b6c679 2,999 1.00/1.00 vMB 79
581,009 581,009 00000000000000000002ef7b0bf2694e7fbfd15a073542099f84efee2b05ea23 2,774 1.00/1.00 vMB 72
581,008 581,008 000000000000000000152837dc7e6a6c73d69cac2b6c5fff5d28b4f08bb6fff2 3,405 1.00/1.00 vMB 84
581,007 581,007 0000000000000000000887a39ec53af5f870f2cdfc9b9337fe14c8e930516aaf 2,581 1.00/1.00 vMB 98
581,006 581,006 00000000000000000003d81a1c70c071300e4852ccd17b2dfbaa847ed2da198d 1 0.00/1.00 vMB 0
581,005 581,005 000000000000000000104c36c5a1fa7b1b29babf3ccfc35feb583e456be69fb0 2,789 1.00/1.00 vMB 86
581,004 581,004 0000000000000000000411afabd11a34ee8275e850cf3cfd64c4f9bee05c8ea0 2,551 1.00/1.00 vMB 82
581,003 581,003 0000000000000000001eff4ba16a05e5b54a588fe507cb4df0821ef5b1160c7c 1,213 1.00/1.00 vMB 68
581,002 581,002 00000000000000000015a3e28b792b3100e30c5107b6b1c65ebd480502f26cbe 2,045 1.00/1.00 vMB 68
581,001 581,001 000000000000000000221e948c1e1cae0c5aa3eb254b243972bee3da85e0f5d3 2,008 1.00/1.00 vMB 81
581,000 581,000 0000000000000000000820f6b284f3fb9202907fcca9fc7a7cc153d4915da3e3 2,029 1.00/1.00 vMB 101
580,999 580,999 000000000000000000097fe8f4e61a922a3fc1c4b021b9ff0256ea3788659a6a 1,850 1.00/1.00 vMB 96
580,998 580,998 00000000000000000016b47decd7904d0ab979a50428c7df7279fac66b3486b1 2,292 1.00/1.00 vMB 93
580,997 580,997 000000000000000000090c8f9158760e80417ca1e54438c48cd47210b464de0b 2,407 1.00/1.00 vMB 77
580,996 580,996 00000000000000000012fd666ad0cd949c2e178b5819d12618deaff676c58b5c 3,265 1.00/1.00 vMB 94
580,995 580,995 000000000000000000223428b616259ca0f9bfaed934d07076e1c597bb196ee5 2,573 1.00/1.00 vMB 94
580,994 580,994 0000000000000000001b125474f7d7a713ebbdcd308182d3930a274fb1280021 2,303 1.00/1.00 vMB 70
580,993 580,993 00000000000000000000ef7896f306fccb065ac48f77d9c02656312a40399eae 2,975 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 781.99 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: 648.81 GB
    • Received: 13.09 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.