Loading Tool

Explorer IconExplorer

Memory Pool

14,361 transactions
11.01 vMB
0.03920027 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.66/200 MB

Candidate Block

Mining Attempt 867912b46a58e6064dd31f705350be400a79231360f1d6f576ebf8d3a37d75da
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root a8455b61ac7bd4602c5a2b2933695e7c42d35c7ab58503068ad687cc3f421f60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,938
Size: 0.9979795 1.00 vMB
Total Fees: 0.01818093 BTC
Feerates: 151.03 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (764,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,818 148,818 000000000000085db6f81c31d0e1c740fa233747c173c2fec155e07d3db9568c 41 0.02/1.00 vMB 357
148,817 148,817 00000000000008cbac49b12323838e9ec7f257eb79510d6eb3612bffbf412964 127 0.04/1.00 vMB 62
148,816 148,816 0000000000000950034288b0a95951b99e977db25fe2e1311187985ced1c52df 97 0.03/1.00 vMB 11
148,815 148,815 000000000000038699ef19d76d1963522e6e12d2bd3f0c46a2b32b746b76a579 11 0.00/1.00 vMB 480
148,814 148,814 000000000000034b7b9f25876cdbb860d415da57d06c7b89d1e118ff5ad2b30e 69 0.03/1.00 vMB 215
148,813 148,813 000000000000020cf256a37db0775bdc40545c674080725a59ef3dfb54eeb751 55 0.02/1.00 vMB 164
148,812 148,812 0000000000000937a93d868a2a95ec735a106dcda4eda260c142da91734ee75a 41 0.02/1.00 vMB 53
148,811 148,811 000000000000072ede98606eb98dfdcb2c0bcd02d05c2fe644131f7ce553ecf8 78 0.04/1.00 vMB 204
148,810 148,810 000000000000025f71325766f37e37171e8699432a154bae323d40d957cbea01 104 0.04/1.00 vMB 229
148,809 148,809 00000000000001cdc74052e93e7e13580347d80889adb6917e1c39b947ce5e27 22 0.02/1.00 vMB 68
148,808 148,808 00000000000006586573799ec105207b8e3db8253bf600e60ab16469d4b049a5 65 0.05/1.00 vMB 197
148,807 148,807 0000000000000885ec16c87a5e006d846b299bfbe8ae4c46bc1c1ff94b9f5bf8 5 0.00/1.00 vMB 71
148,806 148,806 00000000000000ddd31373aaf9e0826ab3a2bbb7e676fb487ede6bc05417b412 58 0.02/1.00 vMB 92
148,805 148,805 00000000000009d85c0f0c991b787745372e19960f93098eb338e4656d6dda10 123 0.04/1.00 vMB 64
148,804 148,804 00000000000007acc963667be7541b07f177a39f0af3f711c458a5ff0a968f25 21 0.01/1.00 vMB 155
148,803 148,803 00000000000004c4cfefc1a7cd623df8a84556cb6495c578c7d59859937d217b 25 0.01/1.00 vMB 126
148,802 148,802 00000000000000dfd3cba1f4025481a37d6267d3dd0203ef17f34b804e3e3a97 12 0.00/1.00 vMB 17
148,801 148,801 00000000000008e6557fb186c072ab5d9a557cc6304428c0d47382bda5252390 27 0.01/1.00 vMB 173
148,800 148,800 00000000000008371089fddbdee1f7cf580d98e64c276c649102d2ab95fd9844 77 0.03/1.00 vMB 190
148,799 148,799 00000000000007ec364d283d600931d8e6105dc66cf5c7d05e73a1e4b6f70c48 78 0.04/1.00 vMB 162
148,798 148,798 00000000000000cc2b52199ad5df3822b4a22042379662d061090a9a1457a59a 78 0.03/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 517.15 GB
    • Received: 4.51 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.