Loading Tool

Explorer IconExplorer

Memory Pool

78,913 transactions
29.44 vMB
0.06677786 BTC
Random Selection Loading Transactions
Max Size: 177.18/200 MB

Candidate Block

Mining Attempt 22c218c7fb6be2522df89b3c360deed3d9f2d2c557213328c37a369f8439c397
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root c1120df5d40be254f77c6c62cd2d8df9ebfdd68153fd316a1b0e6a3a09447213
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,421
Size: 1.00 vMB
Total Fees: 0.00706069 BTC
Feerates: 150.77 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (100,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,691 814,691 000000000000000000011f4ad3410ff64b9b3e42ecdb81927a9c8b3b68bfb7d0 2,911 1.00/1.00 vMB 14
814,690 814,690 000000000000000000033870240a9b7f0c3bcd77dd52c4ee2e7da5a314bff779 2,281 1.00/1.00 vMB 5
814,689 814,689 00000000000000000002cb7813fff9813ae3dab44a9df26e4d9f5e9427d51527 1,413 1.00/1.00 vMB 6
814,688 814,688 00000000000000000001098a820658f4fc2e7b665a498efbb87bed4e51dca5fe 3,329 1.00/1.00 vMB 4
814,687 814,687 00000000000000000004376f81463ad952745a846f32651528b5a09e94a15eca 214 1.00/1.00 vMB 2
814,686 814,686 00000000000000000003668914599f3e9f7147224cc525f9be0ae2ead1aed6db 3,094 1.00/1.00 vMB 7
814,685 814,685 00000000000000000001bbc961a63856a175c3d8a146627de5eabeccca125ae4 5,288 1.00/1.00 vMB 3
814,684 814,684 0000000000000000000213ac7c2327dd3912fdd5e4b3acfd5b24b7287ff896ce 2,897 1.00/1.00 vMB 11
814,683 814,683 00000000000000000001b279cbe4c4a2d5f7edebad36641094e034c1c37e8c68 3,436 1.00/1.00 vMB 7
814,682 814,682 00000000000000000003ce9a12cdb2d1003c34ff307ca3e5444c8bb2d1e15240 2,831 1.00/1.00 vMB 6
814,681 814,681 00000000000000000001b3cc4f8b0d879064ac9c62a4f411a0e90517ae1a1c30 4,606 1.00/1.00 vMB 4
814,680 814,680 00000000000000000004087ab7203000935952e30edb14d2d28a137d76e39d1e 4,999 1.00/1.00 vMB 3
814,679 814,679 00000000000000000001d44e7aab79e576813427bb0e106ba65a8a0718110c81 1,434 1.00/1.00 vMB 7
814,678 814,678 00000000000000000001b6ce1ed65377298bce3c99cd4c8be22c3cb30778b10f 2,138 1.00/1.00 vMB 13
814,677 814,677 0000000000000000000219ae12de0f63facbf4c66122bc93c1e287bcb66fd22c 2,654 1.00/1.00 vMB 8
814,676 814,676 00000000000000000000e23a2837c63fa45f86143a919a04c16a8759853adb35 3,493 1.00/1.00 vMB 17
814,675 814,675 000000000000000000001e85a926ab222ff6177216cc99833ed7436c4ce353f5 2,239 1.00/1.00 vMB 10
814,674 814,674 000000000000000000023de21e03c765a2a3c47d36e56d3a04745e228fb7be50 2,812 1.00/1.00 vMB 11
814,673 814,673 000000000000000000027d8820ebfb552e5f9cf9c16a18d13a2b2860c86a69ad 846 1.00/1.00 vMB 5
814,672 814,672 00000000000000000001a11f0905b9a89ab88cf1a9f8211d785830d1a1a0c5fd 2,810 1.00/1.00 vMB 13
814,671 814,671 0000000000000000000036063d42af78ea966025743a20ea01299077afab7a84 813 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.