Loading Tool

Explorer IconExplorer

Memory Pool

41,917 transactions
28.98 vMB
0.07084346 BTC
Random Selection Loading Transactions
Max Size: 148.54/200 MB

Candidate Block

Mining Attempt 69a53603d0d5cd4570eafdd71c99796193e81acb8e761394802875296108dbbe
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 3b5fe63af39da9cdd23a2de8b4e7fb4eae8260fba129545d9c63c0322e3da81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,712
Size: 1.00 vMB
Total Fees: 0.01434673 BTC
Feerates: 100.36 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (735,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,949 178,949 000000000000090345900803d3920d35d1752eb6cee21a7fb48fb84cb71a9b7e 67 0.04/1.00 vMB 106
178,948 178,948 000000000000080e0fda563ce3c0cdad7aac622c21bc5c707f695fafa8856535 15 0.00/1.00 vMB 41
178,947 178,947 0000000000000708809926a2d6e449d5cd6b8c582acc5defd79e2911c83127d4 56 0.04/1.00 vMB 107
178,946 178,946 00000000000005f34a7b0a5a6c90bb20fb8e5781b67f76ebea981093e8eda1f0 6 0.00/1.00 vMB 13
178,945 178,945 00000000000003c86a0b4d53e3519d5a8a97e05baa3d7ca63371e7d0300cb66c 61 0.02/1.00 vMB 111
178,944 178,944 00000000000009325b0f5a6debec5877120cf584e222496fbae6da672d8f16ce 64 0.05/1.00 vMB 204
178,943 178,943 0000000000000729ddc89f88d07b66b5f5a4420a19a1be248ce29330bd157b12 80 0.04/1.00 vMB 221
178,942 178,942 0000000000000696c4caacf6288d2d59379e28abbb98fcc2a4230c764ee50b81 34 0.01/1.00 vMB 80
178,941 178,941 0000000000000b085dc5d4596d44d57911c2c9f47a6318ae23224e01c8ec93d7 7 0.00/1.00 vMB 94
178,940 178,940 0000000000000225c38ee811cb8154be06ab6b82b1893f0a903d1da065832683 48 0.02/1.00 vMB 109
178,939 178,939 00000000000003f625da7be52317389fb2a41aaaa9371bcf58b0875e76e00cd4 55 0.01/1.00 vMB 65
178,938 178,938 0000000000000a3d6ef0759a740b1e03c4fb1781c9c43f6462fb0cee9b6a663a 136 0.05/1.00 vMB 71
178,937 178,937 0000000000000199916d7b295fd2929ab1cff9b3b2b3482a6e57f5bfa054e2a2 24 0.02/1.00 vMB 26
178,936 178,936 0000000000000703f30eb1b2cb1ab5565126ac33f1afa92b30c8f8021459f6f6 19 0.03/1.00 vMB 66
178,935 178,935 000000000000090f5194e1f8844d95e9156ea7c43bf70896c358034b819ad478 59 0.02/1.00 vMB 2,722
178,934 178,934 00000000000009843b24783dc7bfa7f29405bb7b4bdf54d12586e20fae2b2abd 142 0.05/1.00 vMB 35
178,933 178,933 0000000000000146d017867f7e85edc5379d78ec14acd142a551ec929aeca7eb 22 0.01/1.00 vMB 74
178,932 178,932 00000000000009ca9749148ddb28943f02c69fc061cca04a76f7fc59620ab78e 4 0.02/1.00 vMB 0
178,931 178,931 0000000000000271fb586d6270a3bc2480974b939fc4692c0a7f5fd3006ac818 71 0.04/1.00 vMB 53
178,930 178,930 00000000000001805ff174586b6acf100f733aaf634e92f9580b4fac9272ed97 32 0.03/1.00 vMB 26
178,929 178,929 000000000000023feb51302d9d745bc9800fead12e6f66ea3de332d880f09112 233 0.10/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.