Loading Tool

Explorer IconExplorer

Memory Pool

51,425 transactions
28.77 vMB
0.08753785 BTC
Random Selection Loading Transactions
Max Size: 154.61/200 MB

Candidate Block

Mining Attempt 8ffa26cf166705a9a3b3af27a2d59d35f07ba3a2f5395be2e27445290b214247
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 237ac943c5a17a886eed688c7617b6a0e75edd082a4e6fcf311e5bbedb31e910
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.03145498 BTC
Feerates: 500.45 > 3.15 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (450,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,964 463,964 000000000000000002039a177b4f58d7e88502e5f6ee24b4f9a0910a26c8e6de 2,362 1.00/1.00 vMB 208
463,963 463,963 000000000000000000473e22600dffbb97a477e68fb6f24fb781464a607f5954 2,228 1.00/1.00 vMB 145
463,962 463,962 00000000000000000190c9cb40cb675352a5dfb312d298d677e33d0455f1a08a 2,598 1.00/1.00 vMB 214
463,961 463,961 00000000000000000186eec5bc86d74c030f185d157ffee2803941c85fd0f393 883 1.00/1.00 vMB 133
463,960 463,960 0000000000000000021284720cd063225df71bb0979a0421242099196edc691a 2,113 1.00/1.00 vMB 171
463,959 463,959 00000000000000000080365557e695b8fc109b59bfd1915c4510c65fd37f4055 1,172 1.00/1.00 vMB 125
463,958 463,958 0000000000000000018159bab3418ce3a7dd74384e408d7c81743575a057624b 2,573 1.00/1.00 vMB 145
463,957 463,957 000000000000000001a11d3cd1539c3586d2dc816b08edad7399d4fc8e34b10f 3,449 1.00/1.00 vMB 132
463,956 463,956 000000000000000001f44aa01bc3875ce1dbb44e295924a19c7324b09cef8977 2,480 1.00/1.00 vMB 134
463,955 463,955 00000000000000000217f7701fd45a44be929aa8f1e262a3dda61f46c0676c49 2,635 1.00/1.00 vMB 210
463,954 463,954 00000000000000000086397b96c3822d3b6ebeecf7d37c939e96db626e7da503 3,006 1.00/1.00 vMB 150
463,953 463,953 000000000000000001750b31d13ecd73fabed17e8fb21c7800ba4cbfb10b44c8 3,449 1.00/1.00 vMB 141
463,952 463,952 00000000000000000173b56fb51ac6164550e389a55b535e0ea420fe4f1ce158 2,403 1.00/1.00 vMB 177
463,951 463,951 0000000000000000014e6e2967868bd27302575d903ea2d477b27a47edefb89e 2,444 1.00/1.00 vMB 137
463,950 463,950 000000000000000001673d36db8a9b662717f58e09146a3754d6933d65f36991 2,103 1.00/1.00 vMB 126
463,949 463,949 000000000000000000e458b36f442ebbe70593343c49e5fd9c6645a0e7416887 2,546 1.00/1.00 vMB 215
463,948 463,948 000000000000000000c2345e4f34cb3f60dc1805e92061b135c683cd35a10261 2,128 1.00/1.00 vMB 178
463,947 463,947 000000000000000001d0749119a0b9c0768604aaba4ed2275aedd4ab37e7ff3c 2,199 1.00/1.00 vMB 170
463,946 463,946 000000000000000000eae0b47ac1180a7a3cdfac5e62df40091ce17b5384bc89 1,568 1.00/1.00 vMB 196
463,945 463,945 0000000000000000012dc202b6981bf3c3026abbcd284be2e8ba8148e76c1ff9 1,541 1.00/1.00 vMB 89
463,944 463,944 000000000000000001148ae3ac8aec9c67d18f0e12087515d6ce1177c1a5ac07 2,586 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.02 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: 649.71 GB
    • Received: 13.21 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.