Loading Tool

Explorer IconExplorer

Memory Pool

47,735 transactions
27.21 vMB
0.06786798 BTC
Random Selection Loading Transactions
Max Size: 144.96/200 MB

Candidate Block

Mining Attempt f683bb405f21686a276e43af0ae8a37cf4929b48c5af64310efceb5c1677d4e0
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root bd2d5bb7ba7f4786e8bbaed16921f45b0d9b3b6c7e2fe437da04a3ee9c02c96b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.01707439 BTC
Feerates: 100.17 > 1.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (738,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,891 175,891 00000000000009838a06cbdf1b5704dd398d9fba447727ee7b4d27d1c27a453d 124 0.05/1.00 vMB 66
175,890 175,890 0000000000000110334fa00747ff3d3a549eceb86a24237e863a5795e82e238d 49 0.03/1.00 vMB 160
175,889 175,889 0000000000000a7d0eeef2b46f98bb100f0f69cfea32cdb58d7147a2d9e7ffc1 56 0.03/1.00 vMB 59
175,888 175,888 0000000000000692bc7c883243d9f1945fab78dcbd377a61fa7988375ac0c701 164 0.08/1.00 vMB 176
175,887 175,887 000000000000037f27f26c4b59bbcc17caaabe103ccfa02a76a56c843aef7b96 133 0.05/1.00 vMB 128
175,886 175,886 000000000000027535a4c19e545c3888183e3612fdfbc17a79a04b34aeecced0 86 0.05/1.00 vMB 316
175,885 175,885 00000000000009dec94c43f58813695400c8cf8ed19a78eca0773455a4c4f92e 5 0.00/1.00 vMB 50
175,884 175,884 00000000000002c70978a664227e4947af7930a2b7e90140b394d0ca8c41426c 79 0.04/1.00 vMB 204
175,883 175,883 000000000000028813077d835cc3b8cfacc60d0e706cdfcf2e0f164893628ee3 75 0.05/1.00 vMB 98
175,882 175,882 00000000000006d0527d834dd4d2f3f57fb82374452f6403a1bb5a47ce5a6244 90 0.05/1.00 vMB 137
175,881 175,881 000000000000074218ca32db28f6126295d0202d5104bc4badbb5059a838fed4 8 0.00/1.00 vMB 45
175,880 175,880 00000000000000e83151c9b947e91574b08d08511ae4a1303f205ebbe43b2e3d 39 0.03/1.00 vMB 125
175,879 175,879 00000000000000feaa9bec828a00268d4d8fe854078ae822cc1559d9ac18ca15 85 0.04/1.00 vMB 908
175,878 175,878 000000000000009c1ee9f883c0556b37fe6a15fa55290d0793c992604f62620a 66 0.03/1.00 vMB 918
175,877 175,877 00000000000000d53154978ae40eaa8abdb3bee5b66721fc309cd3f16d329a5c 101 0.06/1.00 vMB 240
175,876 175,876 00000000000000cb8cfeaf504f7c5a6d2279744f3623066506d241d9c65fd09d 34 0.01/1.00 vMB 53
175,875 175,875 00000000000008a42ee3b5cabcca990068099e6aa9f5ec4d4a627bf4141cc8b6 130 0.04/1.00 vMB 111
175,874 175,874 00000000000003c3ead696782459fdbcea9f6a4aadd12b47bfdfd68cd5cd1240 133 0.05/1.00 vMB 15
175,873 175,873 0000000000000708dfd74f1cece7f8340a8d35f04669eb44fbe585fa9195eb73 101 0.03/1.00 vMB 10
175,872 175,872 0000000000000a10d33c972a11551a9a2fabbf7b25d5df25f4e3631af4bd0061 18 0.01/1.00 vMB 0
175,871 175,871 000000000000036eff40f13fbc7b4fe5278caf707f8cfea88d9a47775f88a7f7 56 0.04/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.07 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.