Loading Tool

Explorer IconExplorer

Memory Pool

81,419 transactions
30.80 vMB
0.11050805 BTC
Random Selection Loading Transactions
Max Size: 184.58/200 MB

Candidate Block

Mining Attempt 90438bfd827e67426a87a820b9274dd3c046048ea411ab3c251a6ffa1147200b
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root b2da438b88dad576e688dd43688e5446a09a4a0f499f49695d01d702a50c4f1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.03082406 BTC
Feerates: 101.42 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (733,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,625 181,625 00000000000006eac0b5a0b71e6cd21c5843490053af0d8b7a06fbca1a8f9b85 128 0.06/1.00 vMB 116
181,624 181,624 00000000000005c12d717f1a586ac93850f6a2c8c07db86c4a431d72ce0b9fe4 11 0.00/1.00 vMB 366
181,623 181,623 0000000000000a64076dd57fe9594581c669e0ab3b5f23aaaebed5013c73a246 179 0.07/1.00 vMB 176
181,622 181,622 000000000000020b5cda0ceed3fb42020e29342d245ffb15ba1cf2fc91056e36 3 0.00/1.00 vMB 150
181,621 181,621 000000000000057328ada17a646f34537c8f7e4d3f2178c4e4b80bca73090d93 38 0.03/1.00 vMB 55
181,620 181,620 00000000000001b6b4bf7cbe3b909ff3a8be1c93b28c4d8cb4a499b1413756b1 24 0.01/1.00 vMB 94
181,619 181,619 00000000000003bd1272cacd752a79e9cbb2aa26b40aaf75fdf9c6ba6bec5673 53 0.01/1.00 vMB 29
181,618 181,618 000000000000029e1300155c666c1a97cb790f2fa9296b2e23ca8fd71dcc2b5d 204 0.09/1.00 vMB 147
181,617 181,617 00000000000007f049b30d12e60ebe30bc7ba119871ab7c123a7e70791af7824 13 0.01/1.00 vMB 469
181,616 181,616 0000000000000278c6ceaff9f7a8352b7fd72617385f55e9fc8a1e6dd3913d46 32 0.01/1.00 vMB 1,130
181,615 181,615 000000000000047ffedfb15f780cd20d6a50fbfb296c592dfecdc218be3f62a4 72 0.04/1.00 vMB 65
181,614 181,614 0000000000000242fcd3f8f78f5ad80530425f34a897e440a82d228ed085cfa0 9 0.00/1.00 vMB 29
181,613 181,613 0000000000000193969ae28e58b8166dc3e319d60d164f90afdd2528109747c0 17 0.01/1.00 vMB 83
181,612 181,612 0000000000000014e10801f0fc3783c882f2e47f4a97bfd02c3de693f40b6baf 35 0.02/1.00 vMB 31
181,611 181,611 0000000000000a5c9886c8db66bb5de41869580a3bddd1bde0326adc59ae6c4e 66 0.02/1.00 vMB 89
181,610 181,610 0000000000000a331878d535767fab67d2b52a667d7a55502aae354b58b6d95b 9 0.00/1.00 vMB 312
181,609 181,609 0000000000000a0212c216177c04a5ac79fba5c42a6f17393ab805c51a768bb5 51 0.03/1.00 vMB 16
181,608 181,608 00000000000002a68e3a9ffb48b7acd6160e4624e75738345834d4e7aab4ca9f 117 0.10/1.00 vMB 99
181,607 181,607 00000000000000702d8352cc17e0f2195fccd75fbf9ae3bfc083ff335b065242 98 0.03/1.00 vMB 569
181,606 181,606 000000000000019bfcb5593cc8077a3bcdd9384ab06e7bd884650866aab7cc31 26 0.02/1.00 vMB 62
181,605 181,605 000000000000063c1d5f9726e043165662ea49494a14bfd4050fe62a089cbdd7 96 0.05/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.