Loading Tool

Explorer IconExplorer

Memory Pool

54,436 transactions
32.17 vMB
0.22206253 BTC
Random Selection Loading Transactions
Max Size: 172.46/200 MB

Candidate Block

Mining Attempt 42097a9901fdae490664d7cca31ca8f61e503b0250e781d5de0f09e759eb8dd4
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 1970aa503b9ed518f634faf9c482b478219f766f77bf10b1ae5be9066f975c90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.11790212 BTC
Feerates: 101.66 > 11.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (351,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,720 563,720 000000000000000000264267762316b0e3f5fd637c5f005934ca9a7377341f49 2,720 0.90/1.00 vMB 16
563,719 563,719 000000000000000000083964316449eef1f5465e95ac1c4af3e2b83550376fba 2,633 0.91/1.00 vMB 14
563,718 563,718 000000000000000000047e7cf1951860396359e02856bc4d81b73db4a82f1518 2,848 1.00/1.00 vMB 5
563,717 563,717 00000000000000000000a15148a84b68cafe18e5ac2c4cad7672802cba6ef14d 2,458 1.00/1.00 vMB 22
563,716 563,716 0000000000000000002adf152308819f7e88ad71830d0be0d73b36b81b73de38 2,278 1.00/1.00 vMB 4
563,715 563,715 0000000000000000000421105fc270aaf30be19a430c077d5a0c558175927ee9 1,288 1.00/1.00 vMB 25
563,714 563,714 0000000000000000002d132326716910991876f5de182372bbd29d4c3db6e7c6 2,728 1.00/1.00 vMB 17
563,713 563,713 00000000000000000004e38171d9c68da7722ce2f642831f00737b0d7b0bb4ad 1,659 0.63/1.00 vMB 13
563,712 563,712 0000000000000000001cd5f6d6c7f073b37885a736a9f906de860925fa65ac28 2,301 0.80/1.00 vMB 12
563,711 563,711 0000000000000000002d6176bbca034eff9d9344edf687f8f4158588e3ab53c9 3,265 1.00/1.00 vMB 4
563,710 563,710 0000000000000000001e761c16cf52ca1739b0987c6295de1e68649242fe24a0 1,925 1.00/1.00 vMB 30
563,709 563,709 00000000000000000013800c71f506a45049b3735c10210a82894f2d8c033859 2,648 1.00/1.00 vMB 24
563,708 563,708 00000000000000000010b17f7db988d56cb9730238b689e98a6a8766709786eb 174 0.10/1.00 vMB 25
563,707 563,707 0000000000000000001c3e47efe8340337145dca3c881ffd551a9c340647e875 2,032 0.70/1.00 vMB 5
563,706 563,706 00000000000000000016c2a392cae8ddd39434596852f38807e13926ca1f0396 2,664 1.00/1.00 vMB 4
563,705 563,705 00000000000000000016cbcd9946eebafebccd1c0f46c2ed0f1f9f3b36b2f890 2,558 1.00/1.00 vMB 15
563,704 563,704 0000000000000000002b7acc0a9b76a2f8de7359bed81232425e2c53f25598fe 2,382 1.00/1.00 vMB 36
563,703 563,703 0000000000000000001f9c82791b2f1ba5aef773a932b5e017bfdc4d09e52760 2,824 1.00/1.00 vMB 24
563,702 563,702 0000000000000000002b6d9f775fc3f764645cdd91bdc52c0c22e09d2e3583a3 3,368 1.00/1.00 vMB 18
563,701 563,701 00000000000000000019a4b70c02a30affe5a2f6e2b0d58c55473bab81c5fc32 2,823 1.00/1.00 vMB 44
563,700 563,700 000000000000000000096c238ca89e085ef7458d46b59a391c0b72212dd099fb 1,104 0.42/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.07 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.22 GB
    • Received: 13.48 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.