Loading Tool

Explorer IconExplorer

Memory Pool

78,452 transactions
28.82 vMB
0.10839930 BTC
Random Selection Loading Transactions
Max Size: 175.03/200 MB

Candidate Block

Mining Attempt 0e5bde6b1af3180f8bb68dcc71db442c6a866c54d45f120e23af8a437dcad41f
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root de629fa50e02e5483a76d2c21dfde34c46e91d6afaf1b287a0a58d25e5c1b255
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,094
Size: 1.00 vMB
Total Fees: 0.03830237 BTC
Feerates: 602.26 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (486,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,464 428,464 0000000000000000041c5c3d6bff58841a26c4fed838a43e18de03b0314db09e 362 0.75/1.00 vMB 21
428,463 428,463 000000000000000001eb4dc30981b01b9b31cb0fd9e106f569773d0f7aafd69d 493 1.00/1.00 vMB 19
428,462 428,462 0000000000000000042962fdba4d9d44564681393227ddf370fe0f1ab4cdf2ec 1,183 1.00/1.00 vMB 21
428,461 428,461 00000000000000000191c8567cccdd64bc31fc54cfab67bec34d5da560b33489 2,490 1.00/1.00 vMB 62
428,460 428,460 0000000000000000005057a76292fb6b52211270bf1722b309362528ad3d80c4 1,231 1.00/1.00 vMB 30
428,459 428,459 000000000000000001e36224b6abf597fc5c31e93b56fa9a252f1e9d27fb06ea 2,934 1.00/1.00 vMB 75
428,458 428,458 0000000000000000035b7b1eb09b93f550619d044d02e76913af1695f70577c9 1,465 0.75/1.00 vMB 26
428,457 428,457 000000000000000002f20663151003d801cd00034d84c5321153e06a09be625e 335 0.11/1.00 vMB 84
428,456 428,456 0000000000000000024993ab697a2a19827e667f0e18cd7df71bf148e2415c53 1,319 1.00/1.00 vMB 25
428,455 428,455 000000000000000002c51ebfb32f44b4fccf802115d998c3ee704da6e9f8b7c8 1,188 1.00/1.00 vMB 33
428,454 428,454 0000000000000000045b8578ad601cbf21e9f995176dda3d11c9e9123f91a8c0 1,953 1.00/1.00 vMB 45
428,453 428,453 0000000000000000004238e0a5c9f9be1e9e9fdddfea284a1c011355ba069cd5 2,441 0.99/1.00 vMB 54
428,452 428,452 000000000000000000a9601ed3625db9036da70da57b2eeab343e0d325dc5027 2,728 0.99/1.00 vMB 67
428,451 428,451 000000000000000001a2764dd49ac6dcb64488fef2205dd6c028d07e29177a71 3,210 1.00/1.00 vMB 91
428,450 428,450 00000000000000000314b8817f9d5f90165a4eb49f575406469149b69e115ef8 1,590 1.00/1.00 vMB 42
428,449 428,449 00000000000000000081a8ffd6e4b5133def36ccf75a7ef575a7b88bf6c00ed0 2,582 1.00/1.00 vMB 71
428,448 428,448 000000000000000002afdaca039e6a7730b9926105b1d56d93ea11e5ebf3853b 2,136 0.75/1.00 vMB 80
428,447 428,447 0000000000000000047c8874afa9e4c8843c83da5b7a2f1aa616646acc7a8e68 1,668 1.00/1.00 vMB 29
428,446 428,446 0000000000000000042789d497e883647ce47c0aff533a5c89ac169082c39c84 2,705 1.00/1.00 vMB 60
428,445 428,445 00000000000000000041994df8164bcadb8fd3cccfae19eaf78109cd07fca9e3 1 0.00/1.00 vMB 0
428,444 428,444 000000000000000003df8e05fd24839252086ae8885de7ed97a58c6920e96b72 3,062 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.