Loading Tool

Explorer IconExplorer

Memory Pool

78,036 transactions
30.10 vMB
0.11327188 BTC
Random Selection Loading Transactions
Max Size: 181.68/200 MB

Candidate Block

Mining Attempt 6795d6983e94fa97383fa2862ced4bd2c8824b0b7ea07e07312401880e5713e1
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 66a96d0a810f6c207a3451edd6f20ac25d2d1cf2b003ae3c037bb838d0d0ccb7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.04007487 BTC
Feerates: 357.61 > 4.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (811,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,473 103,473 0000000000012ac5847419dc7b083d14e0c625d53ba66dbe805d2bc278501f93 1 0.00/1.00 vMB 0
103,472 103,472 0000000000004a12cdc6b37bd3cc40eb17be96111c3d07a8135aa92e638204d7 2 0.00/1.00 vMB 0
103,471 103,471 0000000000006def5f2b2747cea29c4ca8f49dfb607cf1cd408baee864c05cf5 2 0.00/1.00 vMB 0
103,470 103,470 0000000000023bcf4d761fcba2de1ae97779cf7a4e9a397d0498fbaaca74c600 5 0.00/1.00 vMB 0
103,469 103,469 000000000002b1c8501c8b0a10116b2a3598da13012073466b8525e10e0c9272 1 0.00/1.00 vMB 0
103,468 103,468 0000000000023bca6f24f9bae4c01a2e944cb0c744708d14e10ea24231d549db 6 0.00/1.00 vMB 0
103,467 103,467 000000000001c3fdcfcede06787a07259d26704a6d6e37babcf1e6530646fcce 20 0.01/1.00 vMB 0
103,466 103,466 000000000000a9d7920957d37c8e28c1851cd1d65ff14a681b1457e08988c70e 2 0.00/1.00 vMB 0
103,465 103,465 0000000000024a5a872a335d148939e5db5329a092f4b111382129d3389347e2 2 0.00/1.00 vMB 0
103,464 103,464 000000000001839f62c94cb1690d1e324f67362016b930a8812567529e879434 2 0.00/1.00 vMB 0
103,463 103,463 0000000000035095674f73a6d2151f120694731ac8f2c888e724fcf1b818a56f 1 0.00/1.00 vMB 0
103,462 103,462 000000000002f1edb579087676a6c5782658e2c88e7c28aebeb88684379dc295 3 0.00/1.00 vMB 0
103,461 103,461 000000000000842bae230aa93aaeff8aaf9617b3d0743de2bcb100958c7ff153 3 0.00/1.00 vMB 0
103,460 103,460 0000000000003185cf3ea51dfbc258168a8db3e891ef26432015e08a3f1a6f72 2 0.00/1.00 vMB 0
103,459 103,459 00000000000186fb3c7cdc15bdfdedc28f4a08bd02e65c25c8697c627a2492a1 1 0.00/1.00 vMB 0
103,458 103,458 000000000000ce78edb6c93931b939a3ec5230fcb0099753280c9f89cd19cf73 7 0.00/1.00 vMB 0
103,457 103,457 00000000000300d8c976259a0cef5bc14d9a9d4878cfd49560c00e10d6d2e4ff 20 0.01/1.00 vMB 286
103,456 103,456 0000000000022c49ef0d0a1eb1588f49867a2ed7ca35914ff712c437ccfd6962 5 0.01/1.00 vMB 0
103,455 103,455 0000000000013a220580b5c88e9f7e74857a540e85121ece44bf8cf684d5b915 6 0.00/1.00 vMB 0
103,454 103,454 0000000000006a4ebb531479fac86b554e8f4b324f7c4e2f6da34a06de7d56e3 7 0.00/1.00 vMB 0
103,453 103,453 00000000000157b2728925c65cf9c7bc160d68fce19bcae176a51766532c6523 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.15 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: 744.60 GB
    • Received: 18.71 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.