Loading Tool

Explorer IconExplorer

Memory Pool

83,121 transactions
30.85 vMB
0.09028955 BTC
Random Selection Loading Transactions
Max Size: 186.16/200 MB

Candidate Block

Mining Attempt c3bdeaa1ed5544bf1438a0dbdc60529f60673ad4d04f8a01ee0e08a1bcfc4cbb
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root bb30fcc2b9c2910208ae3a88881e688984f5386ce8f0d3b6409afb8957360d2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.02391412 BTC
Feerates: 366.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (502,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,337 412,337 000000000000000001ba54e1234395019a98eaf3e72a3b0e86c8d654130f4617 1,829 0.93/1.00 vMB 35
412,336 412,336 000000000000000000b6c0f4df3f3ecd5209dca515b8b37135ccee88bd543631 2,142 1.00/1.00 vMB 44
412,335 412,335 000000000000000000e6daacb340abb59b4de1d7a89e5af658b412244d9b4520 2,537 1.00/1.00 vMB 69
412,334 412,334 000000000000000003f8a2a8f1ffc66a8041855820209f95f98017354d3e0d5f 1,764 1.00/1.00 vMB 27
412,333 412,333 00000000000000000023f7e127b92a945068565ffac6de6debce27304e975cb1 2,575 1.00/1.00 vMB 34
412,332 412,332 000000000000000002fbe30e56295ae36a6aa276e6cca68e3aad0994ac95ce04 1,962 1.00/1.00 vMB 34
412,331 412,331 000000000000000003d1b526d2c1a292e1a7ff844a7ff658f22ad52eb659e4d1 1,853 1.00/1.00 vMB 37
412,330 412,330 0000000000000000009ee26d1b0f1d8aa327e55269436420738ec58823c83ddd 2,486 1.00/1.00 vMB 51
412,329 412,329 0000000000000000013c8d89f54cc8e08dcafa1e5b44bcd58adca36365f17130 2,785 1.00/1.00 vMB 70
412,328 412,328 000000000000000003c3b93ea7fe08b327fb515b3d544e80e40b44fffab76130 2,581 1.00/1.00 vMB 84
412,327 412,327 00000000000000000057b464844178ad41429fb9739b45a32d91adb9cc8c5b21 2,103 1.00/1.00 vMB 49
412,326 412,326 000000000000000003a8fc4b9789cb9c99b52641f45fc4e6a172b84784f4b8f0 2,985 1.00/1.00 vMB 78
412,325 412,325 000000000000000005838f0ffa14d2c8afe254586f520b0d8c77d551c5ede065 1,726 1.00/1.00 vMB 42
412,324 412,324 000000000000000003e25da89338846255c1046686e00c20b7ba24e11adcb728 2,682 1.00/1.00 vMB 83
412,323 412,323 000000000000000003de0a4cdfe7c473bf6a1a612ebe5ca32b903dcc4a5ff502 1,695 1.00/1.00 vMB 46
412,322 412,322 000000000000000004c30859847009660dba97cd0944e80d6359459a48e82d34 2,760 1.00/1.00 vMB 63
412,321 412,321 000000000000000004ac00b6a743c8eb6f03614a39815581746438cc0a627e17 3,094 1.00/1.00 vMB 51
412,320 412,320 000000000000000002e6a91b7583a5a6d2a47a185cca6302e84f0f5d3b53cdd8 2,048 1.00/1.00 vMB 66
412,319 412,319 000000000000000000babdcae884cabae354baba1e74901dcccb7c175e595e11 2,672 1.00/1.00 vMB 116
412,318 412,318 0000000000000000054905fbd3ab37d067c6abf00061e53ec491530c51db437a 2,397 1.00/1.00 vMB 57
412,317 412,317 00000000000000000579d91c32e075af10a43a7538564c5f3a2df5861773f2c6 1,061 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.