Loading Tool

Explorer IconExplorer

Memory Pool

73,345 transactions
27.16 vMB
0.06214764 BTC
Random Selection Loading Transactions
Max Size: 165.87/200 MB

Candidate Block

Mining Attempt bf25021d5984152cfda66b2bdb8265164d5b7b844e4a714d30f18ebecb4d398b
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root dee15f55299121474c9a576db437c4238f9d5520b1578599f129c27326033c4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.00457985 BTC
Feerates: 84.38 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (497,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,449 417,449 000000000000000001621015a7352b7409a60da96f898782db5693f29358c37e 1,467 1.00/1.00 vMB 22
417,448 417,448 000000000000000002257818e11b89090807443f2e659b67af6f6fbfacb469a6 2,151 1.00/1.00 vMB 60
417,447 417,447 00000000000000000388283de3ef2d3bd2a4368a85c5b93add4997c1f47bd836 2,779 1.00/1.00 vMB 82
417,446 417,446 000000000000000003e3dc2d00c84240f7998d489fb7a2b5d8b3af15069776cf 1,395 0.93/1.00 vMB 51
417,445 417,445 0000000000000000011f42a8e59941ab5ee3c8e932aceeb3d47fc72d245c320a 1,696 1.00/1.00 vMB 39
417,444 417,444 00000000000000000254d86da3077b7ac388f9f7d771976c8ac6b0392cced6a1 1,732 0.93/1.00 vMB 65
417,443 417,443 0000000000000000012c59f776efbc221fa228c7a84f85404dd71f76528f2696 1,507 0.93/1.00 vMB 66
417,442 417,442 000000000000000002c2e127aac5f2a3aa7312ba2a775cd8d53ebfc55040c68a 1,706 1.00/1.00 vMB 54
417,441 417,441 0000000000000000010b2234e4428035b526c6cd17b4e39ddccab3c5c4e7134b 1,825 1.00/1.00 vMB 81
417,440 417,440 000000000000000000af85767e24cadadb31ab23416d8cc5b0b7ed15b62a8a28 2,387 1.00/1.00 vMB 95
417,439 417,439 000000000000000004af834f4c0aeb9d9b63c1b3e8b4ff0644e4cb843f13f673 1,503 0.99/1.00 vMB 58
417,438 417,438 0000000000000000015b1c04bfbe6f1e8e3e7778542857c4100e18a0cec42662 2,034 1.00/1.00 vMB 35
417,437 417,437 00000000000000000083e4f52c0321b2ec81674343d20410c6636543afe6a221 1,730 1.00/1.00 vMB 52
417,436 417,436 000000000000000000254133c9d27a6a49cf3eec47387e4d8b9f89d9bcf6088c 1,503 1.00/1.00 vMB 53
417,435 417,435 000000000000000001cb5ae2c77cc243671a627dad60557549e0036dab7bca4a 1,494 1.00/1.00 vMB 55
417,434 417,434 0000000000000000009c83bebc56455cb3abc4f26fb4a4143f13de06e9c10726 2,735 1.00/1.00 vMB 89
417,433 417,433 000000000000000000af1b0077ef4b7126526a2270d35b6009dbad568839860a 2,104 1.00/1.00 vMB 37
417,432 417,432 00000000000000000186864b9201d4fde9ae53f79e140717c1ce4032e7c06869 2,309 1.00/1.00 vMB 82
417,431 417,431 00000000000000000050f8d90e819a062e4ae280c0a4409566c02105bd9119af 2,300 1.00/1.00 vMB 75
417,430 417,430 0000000000000000027af255d78b8230b84bd08c8cd178aff433de1ec07db27a 1,805 1.00/1.00 vMB 59
417,429 417,429 00000000000000000223170bcca0fd29553d4f47ecc2f21a41528eab5073e12b 2,271 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.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.