Loading Tool

Explorer IconExplorer

Memory Pool

78,366 transactions
29.07 vMB
0.11560466 BTC
Random Selection Loading Transactions
Max Size: 175.38/200 MB

Candidate Block

Mining Attempt 650a37da193ae07f05d4a9a2adcb3a4a5e49fbc6bd6357746de20111c18b0322
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5d69b62a015a860339889862d2f9855eadedae370d2a501b437494bb40c5e0cd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,216
Size: 1.00 vMB
Total Fees: 0.04136122 BTC
Feerates: 150.80 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (272,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,293 642,293 0000000000000000000fd96f78d51c5ffb82d3cf92454811927f16ed64593c82 445 1.00/1.00 vMB 10
642,292 642,292 000000000000000000102354f4565269ad67096413aafa2421d072368799317c 1,961 1.00/1.00 vMB 54
642,291 642,291 0000000000000000000fca97cab2c2018514b5efd3b6546a2e3cd661ae744082 970 1.00/1.00 vMB 22
642,290 642,290 0000000000000000000fadbd5a63fcd9aac099c3dd6b6adda8131b8dfe050018 2,491 1.00/1.00 vMB 69
642,289 642,289 000000000000000000097144a565fbcec1a60a0c456e5f0c96ba483322dbad1c 1,358 1.00/1.00 vMB 36
642,288 642,288 00000000000000000006c5d945dbc4b5e1c9f1643d64212a54d395ae90d74079 1,680 1.00/1.00 vMB 26
642,287 642,287 00000000000000000003aebed3e22730c896e4566ce6c7b2e38b6890addba21c 2,103 1.00/1.00 vMB 35
642,286 642,286 000000000000000000057e01acb41970bc79953ea4ca99f50b733c46734be947 1,979 1.00/1.00 vMB 27
642,285 642,285 000000000000000000080b4e4ac8e2ae63fcd9ca99a37a6e5f8d695cd7daa94e 1,973 1.00/1.00 vMB 74
642,284 642,284 000000000000000000033d85f0dc01aaf12e12eb937b9f80f3ec707942c48cb3 2,202 1.00/1.00 vMB 113
642,283 642,283 00000000000000000006bb835fc7fc6012c61bf285bb5a93f531200ee60673bb 2,380 1.00/1.00 vMB 90
642,282 642,282 00000000000000000000d2c68024562c1fa2475175ebbe73aa74b2256d1e50e8 1,702 1.00/1.00 vMB 22
642,281 642,281 0000000000000000000b5bc583ac02a948e0e18929c4c7a4f70ae1f68d74e09f 2,198 1.00/1.00 vMB 34
642,280 642,280 00000000000000000002e5a60672e6c18e3a84e10fed0955a51251560b0489ce 2,473 1.00/1.00 vMB 47
642,279 642,279 000000000000000000091dfe5cc1b4723f290fcfaa348294473f0ec821bfd924 805 1.00/1.00 vMB 37
642,278 642,278 000000000000000000054b7e7562e61a5570c1f1b4546b2c38cdca62308bc13a 638 1.00/1.00 vMB 17
642,277 642,277 0000000000000000000bc12eab60798f9fdd6f581a6bf71d880df6a9a69769c2 1,897 1.00/1.00 vMB 50
642,276 642,276 00000000000000000007852c5f6f681d745eaca6e6059c417c747d804bddf4ea 2,729 1.00/1.00 vMB 122
642,275 642,275 0000000000000000000c40da65fd200f9cc155bb0d245f4a3d77a44858834ad8 2,310 1.00/1.00 vMB 44
642,274 642,274 0000000000000000000c705cee035da275c29edb8e200ba85b4b9b1364248582 2,398 1.00/1.00 vMB 117
642,273 642,273 0000000000000000000ea8598940ee8487923c7826b1bccb6a50cf5215b839d9 2,361 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.