Loading Tool

Explorer IconExplorer

Memory Pool

16,421 transactions
8.20 vMB
0.07028030 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.98/200 MB

Candidate Block

Mining Attempt 7ec5aabb11f04b3dbf39507ab2c1bf034481fdb5285802de90d71c1eb83245ac
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root 5589f2e0d8e9ecc511033dcd1bedbcf9e0a77bec187b8909e00612803d3926e0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 1.00 vMB
Total Fees: 0.05311016 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (853,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,366 60,366 00000000062bb84a1ea356d3187b211f0fe4f0dda5b9a4846402240cd3e83fc0 1 0.00 vMB 0
60,365 60,365 00000000084e61a2dfb11efa025990606048d35ff86c918065f2d91d7e8e5db3 1 0.00 vMB 0
60,364 60,364 000000000b695b2b665a46a34f48b2935f61651de26e7b3895cead6f41d650e9 1 0.00 vMB 0
60,363 60,363 0000000005633ccc2700512c409dd4486a3d10fc09aa92936b16d0ad2625f821 1 0.00 vMB 0
60,362 60,362 000000000d7489d709ae9d9fc437bf1c3078c3c14f106c21f233a45bc69519b5 1 0.00 vMB 0
60,361 60,361 000000000eeb60968c3fa1f8e9e00c936e29425a8c180b2b9a909cdb583e9eb7 1 0.00 vMB 0
60,360 60,360 00000000007ba6f6dc903253ff8b4bc1d3cc068bdef02095196c2824fbdb27f0 1 0.00 vMB 0
60,359 60,359 000000000838c3a2a2c11d821f7844d0843ced8b60c2b8c65a7a42f32ebe81e5 1 0.00 vMB 0
60,358 60,358 000000000c4d1e9577525353081969596e428b6733dd10f618fe97e84176baa2 1 0.00 vMB 0
60,357 60,357 0000000003e2c7896688a0b3f64501a9b56f5a0474aa4e771efdc5f4086b1b63 1 0.00 vMB 0
60,356 60,356 000000000afb73cef280875113347d3ec4f0351d460303b12656afa75b43bea0 1 0.00 vMB 0
60,355 60,355 000000000c4eb589879fd4d31df8c01c7fe8114586de8b6fa906b922dd37a6c1 1 0.00 vMB 0
60,354 60,354 000000000990b82274a24198d269284639d077fb67fe4b10d52328b1d21e77f2 1 0.00 vMB 0
60,353 60,353 000000000c4aee734e7a85238b81b99ab9a368d97fe182bc5a80e85c0734c2dd 1 0.00 vMB 0
60,352 60,352 000000000750df0456d662a0e144a6030cd4666986011709e2c03bf3444fd049 1 0.00 vMB 0
60,351 60,351 000000000a8cca5f27eed5dea51eca04262883bb1f8b6a698adf7fb5ab89c795 1 0.00 vMB 0
60,350 60,350 00000000083dd3cbec769a48b6bf147628ad45a36e8300420aa2f889b7f90bb4 1 0.00 vMB 0
60,349 60,349 0000000006eb45d322ec774bf14b710f55f286e98a42b1b9c6c12e036fb8b74a 1 0.00 vMB 0
60,348 60,348 000000000c115605b08b324d90a1cdbe0b08b0c90e87e6e50d311f9ab3a4a379 1 0.00 vMB 0
60,347 60,347 0000000004790c2f4a8e4707e54db50dba8683a44f8a63fad76344def71f4757 1 0.00 vMB 0
60,346 60,346 0000000000d84fa3fc5c776b0fe0b17286bf45df587477c6c808078edbc5e6d0 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.60 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: 294.13 GB
    • Received: 1.23 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.