Loading Tool

Explorer IconExplorer

Memory Pool

43,642 transactions
28.12 vMB
0.07508899 BTC
Random Selection Loading Transactions
Max Size: 148.44/200 MB

Candidate Block

Mining Attempt 45e4ad658c8fc974328dff9d8262f695592976ddd02db11d8705dc2a7096f3df
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root a7ea4926c7bdd2947d44c6c8ad846f3c94f8042c892e2ea4f5f43c5a3e2bf22b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,679
Size: 1.00 vMB
Total Fees: 0.02207243 BTC
Feerates: 100.30 > 2.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (312,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,395 602,395 0000000000000000000ab36a5ab337e3a6e287d9caf6a4611c400be7ec71468a 2,629 1.00/1.00 vMB 50
602,394 602,394 000000000000000000043e3a5584bb94033ca364fd9836018a7dbfcd097c55a0 2,899 1.00/1.00 vMB 56
602,393 602,393 0000000000000000000bfbaf7608c174b316a72c4f7a12254f5423115502f68a 1,806 1.00/1.00 vMB 13
602,392 602,392 000000000000000000143815f887499e6367f049ffc3eb71933dbcc9cbc0edf0 2,856 1.00/1.00 vMB 12
602,391 602,391 00000000000000000012bfc0b5dbeeb95f92e73b36b6fbd15d063001dbed3098 2,196 1.00/1.00 vMB 36
602,390 602,390 00000000000000000002158576ae3d54cdb14325f88ddc5b235f9f3207f347e3 2,743 1.00/1.00 vMB 36
602,389 602,389 000000000000000000029c8257eb5d4e27594b040e76c884311398ec6f8eb0f6 2,974 1.00/1.00 vMB 46
602,388 602,388 0000000000000000000dcf29d1b5acc6aa5e54ac7f0a7552be3bdb1940c760f3 1,823 1.00/1.00 vMB 36
602,387 602,387 0000000000000000000918e3a3d3cc26a1f875ad3b0599eb16d3cdee7e8e410c 2,676 1.00/1.00 vMB 54
602,386 602,386 000000000000000000092a5fc663c6d04be8cf9f1afce03e3a9926c001f950bb 2,799 1.00/1.00 vMB 55
602,385 602,385 0000000000000000000e60982767d0a7e00abe254730627b4ca07f710bd52e90 2,606 1.00/1.00 vMB 58
602,384 602,384 0000000000000000000fb1f398c23d5e6110ddf4ce201ac258f3d36f96f73c50 3,974 1.00/1.00 vMB 37
602,383 602,383 00000000000000000010b1507fa126d64051f6a52ab819b0620a5b43337f2538 2,498 1.00/1.00 vMB 68
602,382 602,382 0000000000000000000b4d7cc3e477fce9f69e9af9dde82846fd2c0143fc337b 1,360 0.34/1.00 vMB 30
602,381 602,381 0000000000000000000106c7e7aa908ec5063b033f89c5565321fd588aada5f9 3,166 1.00/1.00 vMB 41
602,380 602,380 00000000000000000002de791e377c1cf3fff70c496902396b02d1da0e7e64de 1,603 1.00/1.00 vMB 3
602,379 602,379 00000000000000000003e80a998200e486cffc8d5846563ce1e362aaa63029a4 1,447 1.00/1.00 vMB 8
602,378 602,378 0000000000000000000012528217d2e5ba6cda5620c7eb7ec82dee9df0b8b953 2,398 1.00/1.00 vMB 19
602,377 602,377 00000000000000000009134ed8cec121dde008149523e8528c89000fe61606ad 1,874 1.00/1.00 vMB 35
602,376 602,376 000000000000000000124d61e26c22f1f2667dca057fe80b909f02195fabb703 2,087 1.00/1.00 vMB 41
602,375 602,375 000000000000000000089d304134a9a541d0fb549072b77eb858587f20babb78 1,257 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.10 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.63 GB
    • Received: 13.60 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.