Loading Tool

Explorer IconExplorer

Memory Pool

51,517 transactions
29.26 vMB
0.07974745 BTC
Random Selection Loading Transactions
Max Size: 158.27/200 MB

Candidate Block

Mining Attempt ef0c90fefe1802787de770bfffc2b8d826526f87ac9e1b92a192f0de82110ba7
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 77b8820a42652c09d95a93a488decec6d701f35801a6aa5ca7a1b73d335bd029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.02375369 BTC
Feerates: 173.90 > 2.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (446,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,565 468,565 00000000000000000006ed065e49b449661666e20203a32fd81c5570c5b112b9 2,359 1.00/1.00 vMB 297
468,564 468,564 000000000000000000deece37824dc7424aa42fd01ab5baf8922ea1f5bead63a 1,594 1.00/1.00 vMB 244
468,563 468,563 00000000000000000193dc04ddfb908bfd0db531fef1be87343b3696d75a47f9 1,948 0.99/1.00 vMB 313
468,562 468,562 000000000000000000f379d05e7e929dbc64b678c686f86a1aab0c28f387a174 1,608 1.00/1.00 vMB 214
468,561 468,561 000000000000000000b31fac3c8c33c641091256c8b622a82148e45fdd048c51 2,519 1.00/1.00 vMB 329
468,560 468,560 0000000000000000010982f7e923e9cad60dc0fbd2ed5adc2cb10444a23a10da 1,539 1.00/1.00 vMB 232
468,559 468,559 00000000000000000057f3785789883697c51cbb971f98b9ef0727fe80e5e494 1,693 1.00/1.00 vMB 243
468,558 468,558 000000000000000001421fd4005a04a86ed469257ddd48dcf2e5129996d80e65 1,423 1.00/1.00 vMB 157
468,557 468,557 000000000000000000677eb5430c4b8ad87d3b2a1f8936fc0d891fc4869b66ca 1,986 1.00/1.00 vMB 190
468,556 468,556 000000000000000000f1b3f7ffcbc9f7e6fe676d5acf12a1408cf32677675d35 1,918 0.99/1.00 vMB 277
468,555 468,555 0000000000000000005bc4e5a4fbfb65e8734878a04768a82297d4f630cfda11 2,455 1.00/1.00 vMB 307
468,554 468,554 000000000000000001b3dff3b095a78f4bf04bb5067f982450d39939ff80d233 2,521 1.00/1.00 vMB 287
468,553 468,553 000000000000000000f6084a7f6e0c1e2a3707d5dc6b2590abc5f923923d5305 2,569 1.00/1.00 vMB 414
468,552 468,552 00000000000000000142ee6b5a7c33edc8796e4745a6ca78f189f4ab26e94464 1,367 1.00/1.00 vMB 165
468,551 468,551 000000000000000000cb4bdef3b87434d1fbe062bdd4b1185c4d3cd3712a17ac 2,463 1.00/1.00 vMB 352
468,550 468,550 000000000000000001711a456781636f6a5a6e7f353fcb401b87276979131a9a 1,704 1.00/1.00 vMB 255
468,549 468,549 00000000000000000046afac9ff60e22d3d80e6e932e43aebc9bd0dd298e1a9b 2,266 1.00/1.00 vMB 233
468,548 468,548 000000000000000000385b7a6ccd9140e99c9b2fb54c90a0345514ec46b72398 923 1.00/1.00 vMB 183
468,547 468,547 000000000000000001ade20762bd0e65e6e851d28eb60249d3da46f35f039680 2,048 1.00/1.00 vMB 273
468,546 468,546 000000000000000000e1513d0614c6c47cc045a23c281475d9266002772a6ec1 1,821 1.00/1.00 vMB 435
468,545 468,545 0000000000000000010f4815fb0257d4fcafbf46079409fc98d16e50a41a65f2 1,833 1.00/1.00 vMB 303
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.