Loading Tool

Explorer IconExplorer

Memory Pool

49,533 transactions
29.88 vMB
0.07727564 BTC
Random Selection Loading Transactions
Max Size: 159.96/200 MB

Candidate Block

Mining Attempt 446d9332d843028d046b6f3844c13973faf01795a88db0bdc79eb95f4e00c364
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 8a04dafb86554c7e89833a2efe8672352c6a1fc1b1b1a71d37113f1001e2c2f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.01461143 BTC
Feerates: 117.91 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (361,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,716 553,716 00000000000000000026681a4c9028d568100206e0ea29771b58ba59d6fccae9 478 0.33/1.00 vMB 7
553,715 553,715 00000000000000000001fe262248f6370f6f7e7496b8930faf0be679feddbf06 1,028 0.66/1.00 vMB 22
553,714 553,714 0000000000000000002be96a0b3881979a43836fe6719f41be0bc25d35294803 173 0.07/1.00 vMB 18
553,713 553,713 0000000000000000000e2b827d9f3a3c0a5ce033d531b78fe549586412602fee 1,299 0.61/1.00 vMB 13
553,712 553,712 00000000000000000028dce4c62613d9bc944ec1c3a256b2dcfdbb073a81abd9 1,691 0.73/1.00 vMB 13
553,711 553,711 0000000000000000000e6bb606e525432933e8bf2b53f6b41424e07a3beab57a 966 0.64/1.00 vMB 20
553,710 553,710 0000000000000000002721facdf7536e2058967e09d15ed227cf0f2e3b48f2fc 1,002 0.88/1.00 vMB 12
553,709 553,709 0000000000000000000cc68acdac638e9a79a25fd742173e5956ad295c24d447 2,289 1.00/1.00 vMB 11
553,708 553,708 0000000000000000002189cc8fb44a066fc29b78cbcc2a1365103f0375f9c43f 1,818 1.00/1.00 vMB 18
553,707 553,707 0000000000000000003163224b481ab31e229aabd9ec47a1d9f4aa020ffcd018 2,320 0.95/1.00 vMB 15
553,706 553,706 0000000000000000002523b28481bef283b61f3a26867053c646f64b8ba033b6 1,262 0.39/1.00 vMB 13
553,705 553,705 000000000000000000220aad1e9e53840f1e5ce253939c3dd7205398d1a0b7d5 205 0.06/1.00 vMB 14
553,704 553,704 000000000000000000167a93045cba926868b56781f498a67dd01f93f9a754bb 1,236 0.99/1.00 vMB 3
553,703 553,703 0000000000000000001d14041855dbcb80011cecb7b6105f0c0240b003bbff92 2,644 1.00/1.00 vMB 8
553,702 553,702 0000000000000000000c40955657d0a78d80ffe660c67098d0deb7b9010e7a30 3,338 1.00/1.00 vMB 30
553,701 553,701 0000000000000000000a10710c26634b6723b40c9f5a7a200007077d6a288c77 746 0.57/1.00 vMB 8
553,700 553,700 0000000000000000000a65063d53a17306ac9a2f8b37b2542e920f4b1d484d4e 2,742 1.00/1.00 vMB 11
553,699 553,699 0000000000000000002bf811c9fc258615997816d0f3b007c8af9629c07595a0 3,016 1.00/1.00 vMB 21
553,698 553,698 0000000000000000001f3eeb36f75be7de4acec5ddd192e07968cda3b88ce4db 1,917 0.85/1.00 vMB 14
553,697 553,697 00000000000000000017c2abf6e30024ea2d9a9acd46f2149dfbb36a8b5579d2 1,123 0.48/1.00 vMB 13
553,696 553,696 000000000000000000087d39d130a34e290dd146a6ddec80d1a165ba2ec45fab 185 0.24/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.09 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.46 GB
    • Received: 13.58 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.