Loading Tool

Explorer IconExplorer

Memory Pool

50,372 transactions
28.89 vMB
0.07477181 BTC
Random Selection Loading Transactions
Max Size: 154.31/200 MB

Candidate Block

Mining Attempt 3922aff4f079111403bba1a0aeaffb0d3a76ef0514735ee196344851776fc94e
Version 20000000
Previous Block 000000000000000000016a897dabefb20f390f982f4e0ac2335db067031c25f6
Merkle Root bb965afc36f572a6564474c7c20dd837254f7372188f6f627fa7f9bc6ebbdeb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.01124775 BTC
Feerates: 40.21 > 1.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,716 (315,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,560 599,560 000000000000000000020223a4b7c9fc56998ed172197cebc64c6ecffa46ead1 1,274 0.42/1.00 vMB 19
599,559 599,559 000000000000000000155eee8376c6a95052d87239784f62bf0ed5c404afd7bd 1,947 0.69/1.00 vMB 24
599,558 599,558 0000000000000000000d3281dab6395abf30bb6fb20553be8c105a821606732d 2,433 0.83/1.00 vMB 16
599,557 599,557 0000000000000000000405e73f236c64ec8b0712088980ab440c88f71908f962 2,522 0.72/1.00 vMB 21
599,556 599,556 000000000000000000074e84229f91c762cd75c8b0836a3d77cb5ec90704fc0e 415 0.14/1.00 vMB 36
599,555 599,555 0000000000000000000af90b1bbc3acb12d543a49135d2af638161c63e22dc81 3,438 0.90/1.00 vMB 3
599,554 599,554 00000000000000000005abd40e8e5a1a34d17d3aa8a93c72b25760601d0faa85 2,409 1.00/1.00 vMB 24
599,553 599,553 0000000000000000000477cde7668212a451c8ac2954e3f3d74484c6a94378ee 2,935 1.00/1.00 vMB 42
599,552 599,552 0000000000000000000b7ead1181de6b7d598e697a3c78169d6b9c9a3623e8bc 1,834 1.00/1.00 vMB 6
599,551 599,551 0000000000000000000dc7f4bb224863114d7fc25fbcc5a8bba4f747e0a63dde 1,470 1.00/1.00 vMB 18
599,550 599,550 000000000000000000124061d74e7297f9ccda0cfbf02945c0e51113d2b53ca8 3,289 1.00/1.00 vMB 29
599,549 599,549 0000000000000000000b975f356c11af20a2b819a61a4ff2fe43151b75408922 3,723 1.00/1.00 vMB 41
599,548 599,548 00000000000000000007aaedeadfc0f2aa474c9bfc2f700ad8a252201c8ca4af 3,462 1.00/1.00 vMB 25
599,547 599,547 00000000000000000001a70cdc9f0a292cdefb8c6e013ca4ba2c5134e4620e82 2,456 0.80/1.00 vMB 6
599,546 599,546 0000000000000000001435cc0f6cd98677c558f4f1c597e29a9d8f83a746fcbb 3,489 1.00/1.00 vMB 21
599,545 599,545 00000000000000000004c0adbba953cb3082b01e397d5921ffc641b56cba3cb0 2,622 1.00/1.00 vMB 7
599,544 599,544 0000000000000000000f57c03eab076d9c2a79f048370178a101b9e3b4409a27 3,427 1.00/1.00 vMB 15
599,543 599,543 0000000000000000000a0e355a42a072f59ec1292886c9f7234b2b018426b2a0 3,718 1.00/1.00 vMB 18
599,542 599,542 00000000000000000009a2fb1f385573cfa4d3de3a980d1e19a6429f2e9f264e 3,323 1.00/1.00 vMB 22
599,541 599,541 0000000000000000001451ae2062dba4e29efdbdc88fb0acc46a3e1e4fafcd3f 2,996 1.00/1.00 vMB 25
599,540 599,540 0000000000000000001022a20521835cccb6c6d3a9ffd53f0cd634520b77fc05 2,541 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.