Loading Tool

Explorer IconExplorer

Memory Pool

44,669 transactions
28.47 vMB
0.07954881 BTC
Random Selection Loading Transactions
Max Size: 150.84/200 MB

Candidate Block

Mining Attempt 5ac8c80e141b1c4a0f1685df8e05fab9f20bf7e89c8e2fcfec014a93be0ac3c5
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 1ebf7995b554f92ca5fe7f6e70c6f31b436ea9f870d8f70864883240a92412a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.02525741 BTC
Feerates: 150.92 > 2.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (860,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,962 53,962 0000000009afd015bca16a1cda3c21d31ca4958950e28eef29966b31d891d403 1 0.00/1.00 vMB 0
53,961 53,961 000000000fa53eb8acb193334ba294b24415c3cadde8e8727594ea57f116e939 1 0.00/1.00 vMB 0
53,960 53,960 000000000b864a831259aa66926f4aea55f47a6d506b0150388f54961e2c8df2 1 0.00/1.00 vMB 0
53,959 53,959 000000000ef1563e74557112af08db8e074053288acb00483fb2eb480dce857f 2 0.00/1.00 vMB 0
53,958 53,958 00000000135a01872cf1d8535c6b1bb214f970616c021c1b91762bfa9be4a716 1 0.00/1.00 vMB 0
53,957 53,957 000000000915f6a6b9c20a7e450e0aab3908c5959a48053d6b0e0ad00e7c8885 1 0.00/1.00 vMB 0
53,956 53,956 000000000e12f639b08184ae8b1e68bf30325c8f9dfc63acff2955980fccf76c 1 0.00/1.00 vMB 0
53,955 53,955 000000000089173a5a396fe8d36490bf61c34bb2dd167e4b24c687a39c462867 2 0.00/1.00 vMB 0
53,954 53,954 0000000005e6fc9c4f1cfc7341498c5cb314729fd08c8748f47ab269895eb8be 1 0.00/1.00 vMB 0
53,953 53,953 000000000e71cbc23dba1db96fc26d86d50fcf45d91bec93b233df4ac5265ff1 2 0.00/1.00 vMB 0
53,952 53,952 0000000014b71440b5548d99cede2685c4e31dbba1dc293200357d376b089575 3 0.00/1.00 vMB 0
53,951 53,951 000000001564188b59d77ad3eef38a3f9442c924fc9f75305e4ba8d61614bf72 1 0.00/1.00 vMB 0
53,950 53,950 000000000ce0b7c86dde88b8318d203d75cddee3639e783ab89b05dce581b92a 1 0.00/1.00 vMB 0
53,949 53,949 00000000020e26d758244244061aa61da708271a8c277275a740f90bb504b364 1 0.00/1.00 vMB 0
53,948 53,948 000000001520ccf34c08c3b72bba2101d96c2e055985a9f58a3b488397804be3 1 0.00/1.00 vMB 0
53,947 53,947 0000000003b86d56fca97018eeb6d576c4259243dc3a67a007c7e9e38c7d3a01 1 0.00/1.00 vMB 0
53,946 53,946 0000000015fe511d69e7e9e329b686c2175d471ce5ff62e98a1d2724c48544d6 1 0.00/1.00 vMB 0
53,945 53,945 000000001153f30e1c7a878b2caa4e8865872bd568a8060fd5eae55fb7fcec89 1 0.00/1.00 vMB 0
53,944 53,944 0000000007ecb9708be7e4bb61cc8a25866540fcd780a602dd72a2eadd062e0f 1 0.00/1.00 vMB 0
53,943 53,943 00000000142c8ccc5f3a462d63cc661947f026934320a1cf4a33b1e0746850ff 1 0.00/1.00 vMB 0
53,942 53,942 000000001472cedf2616bc924089ac831410b036b7a0d87d3a6643124e1bbe1e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.94 GB
    • Received: 13.36 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.