Loading Tool

Explorer IconExplorer

Memory Pool

29,895 transactions
9.42 vMB
0.14549365 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.07/200 MB

Candidate Block

Mining Attempt c3a96dfd3fa71465f552ac983913769a9b51996e827d531f24e34739bfd0498e
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 8e6ef24db97469195912ec065dbb7370eabddc6bd071d30707e5492c90970ec3
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.07935455 BTC
Avg Feerate: 3.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (763,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,954 149,954 0000000000000759614245f46f60480172cf72f46249f65d3ecf88a8a442cafc 0.02 MB 46 33
149,953 149,953 0000000000000080b9b249f48cf1d676c3b2a373f50ecd6a2f5c6be3fb809561 0.00 MB 14 24
149,952 149,952 000000000000074db6e92966881fa4ec54cd618a4a339c12fb66abb5d08ed07c 0.00 MB 6 27
149,951 149,951 0000000000000010da8a91fe7d2792cd3708fd84095f72afd22887d8a6391619 0.03 MB 94 34
149,950 149,950 0000000000000066d0be11c26f87263f0393448ac8878b70c3c031e99c42e5aa 0.02 MB 55 204
149,949 149,949 0000000000000b3d6fccef83a4237510394710645b6eb3d8832fd0f196e18527 0.02 MB 33 359
149,948 149,948 00000000000006bad807f070fcac72c6fcb987cd7f12642591e0c46b48d58389 0.00 MB 14 297
149,947 149,947 00000000000003cc2961da56949de9f2f814bf79d4fd6949a4e1022c05796d55 0.02 MB 55 96
149,946 149,946 000000000000057794bccc841c9dc88563a91f5152289aa7c0ccc7b0c2ebd36a 0.01 MB 46 0
149,945 149,945 00000000000000206228620544b24aa1cb91e4d776f3b47496df481e431440fc 0.00 MB 11 51
149,944 149,944 0000000000000b02ae89c80bd50ecea5cf90d05eeb29ab27069ca5bd21a0740e 0.02 MB 47 175
149,943 149,943 0000000000000222e92dc3f4ee88ba8992aba895e597300c9a244a716bcacb40 0.01 MB 26 258
149,942 149,942 00000000000009eb24923c534cbf29f4189b39df41033516d1c9606c875378b9 0.02 MB 89 2
149,941 149,941 0000000000000031e0e6d9b5a4122d2010b640e59a11c842b434ab6f1e06f68a 0.02 MB 35 170
149,940 149,940 00000000000001283f1ade495834dab6b796ba8d94f8db0e5625b2eaf3bd1490 0.03 MB 53 71
149,939 149,939 0000000000000561cfec81b17470976ad33fd89d7536d261499e354f73ae2f29 0.01 MB 34 192
149,938 149,938 0000000000000b5a79ad69077e4b6b9fd278103180eb9fdbc03e9b1b6937039e 0.01 MB 21 62
149,937 149,937 0000000000000abaa220019ed94038e70068633e77e1e81e1ce70d80249e3954 0.02 MB 18 36
149,936 149,936 00000000000003ee9cae0f6a0fed75863e66059e581eb1d571d6329b2c4d4db0 0.04 MB 116 26
149,935 149,935 000000000000010d9f3d69f259027feaa1fe8637a01300db0536b33fc552351d 0.05 MB 111 85
149,934 149,934 00000000000002514821f8bd7ca568222e0831747b0c95c0cb6d1ec2991966ce 0.01 MB 32 101
Previous 10 blocks ↓
Total Size: 778.83 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: 376.67 GB
    • Received: 3.39 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.