Loading Tool

Explorer IconExplorer

Memory Pool

79,090 transactions
29.34 vMB
0.12397818 BTC
Random Selection Loading Transactions
Max Size: 176.67/200 MB

Candidate Block

Mining Attempt 61aeb470ed7221d1243e51cb6745ec700d483e5f123c080810104ed91bfe9f0f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 258dd75e5e708a4d9e1ab2306a986b40ea6a38297a5ef4a5dea38e4de6254b8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.04487218 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (502,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,254 413,254 0000000000000000019842d72a968803bce5b31cfb5e4cb67152afb5789d4455 1,897 0.93/1.00 vMB 68
413,253 413,253 000000000000000002f3dd3fcf64f0e3fb4b07756164f8e49b5b01438cecbf06 1,139 0.75/1.00 vMB 25
413,252 413,252 0000000000000000009200908137869b8636d234ab58da13cb77f530cc392ebe 2,532 1.00/1.00 vMB 54
413,251 413,251 000000000000000001ac234c7a35be724a6b2767a1fae71a9e545bda51c0b487 1,555 1.00/1.00 vMB 88
413,250 413,250 000000000000000000c6d50df3dfaa78ca4d76846c07927a5b97c5a3a0b2bced 469 1.00/1.00 vMB 139
413,249 413,249 00000000000000000444ffb63c1454e77097cb6e09b9c9cb885204479f7f9bb0 1,818 1.00/1.00 vMB 36
413,248 413,248 0000000000000000028d6229847491d6a0fd616ab89e1bd6e93b4f19deab23fa 1,779 1.00/1.00 vMB 27
413,247 413,247 000000000000000005a859e74c389b2af2fb59cd9a73506af26910e04ac63aaa 2,351 1.00/1.00 vMB 65
413,246 413,246 000000000000000001ae73aec35b96ab4271e5c8be2e2380e67d535e75b1c89f 2,430 1.00/1.00 vMB 54
413,245 413,245 00000000000000000478bc2d93738699742ce6b6a7273fe629b579af9c58260c 2,447 1.00/1.00 vMB 76
413,244 413,244 000000000000000004920d9eefca4a3a2bb937cfee8c6c6d21dd065bbb2cee03 1,508 1.00/1.00 vMB 33
413,243 413,243 0000000000000000032ab7d770d5c5100c353956f58844eab76f51efd491f130 1,525 0.88/1.00 vMB 37
413,242 413,242 000000000000000002109f32aeac7a036232b0116f939326651e739a28e6d6b6 2,381 0.93/1.00 vMB 68
413,241 413,241 00000000000000000240fb38d83cfc13d22f1df017e9ef0e3e15c8a8e94202e2 2,763 1.00/1.00 vMB 65
413,240 413,240 00000000000000000471524f02271bfc0bc4d7ab6c74eed1f9b009b2f373cf02 2,235 0.94/1.00 vMB 49
413,239 413,239 00000000000000000555e8615ef57a85ba9d33deae6870e4fa251241699b0825 562 0.99/1.00 vMB 12
413,238 413,238 0000000000000000019ab4526bdba74dbfcebdd2f9f516d0832b1a7077fbe351 1,184 1.00/1.00 vMB 26
413,237 413,237 0000000000000000015855979096469cab883fb81ca5ed4429622ca6a0ae8771 1 0.00/1.00 vMB 0
413,236 413,236 0000000000000000020ab76e5e4e8646512f4b8ae240ad9311ef1c300c23bfc1 1,087 1.00/1.00 vMB 25
413,235 413,235 0000000000000000004894b12263d8d12d33a47dc80860606ae50cb98f100136 2,521 1.00/1.00 vMB 61
413,234 413,234 00000000000000000330c3002aeb256759b05e6803d5fa802af31f4a5ccd3a92 1,351 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.