Loading Tool

Explorer IconExplorer

Memory Pool

41,548 transactions
29.34 vMB
0.07636751 BTC
Random Selection Loading Transactions
Max Size: 149.64/200 MB

Candidate Block

Mining Attempt c5fa398ecc4014a1d83bd9e0f172e7650eaa8ba54516744a68155a15f345d73d
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root e5f25a99f8ee0ed381714c93b7b0e5981c866a77e9f67ffe403a92743b8c9b32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,262
Size: 1.00 vMB
Total Fees: 0.01883679 BTC
Feerates: 100.21 > 1.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (417,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,595 496,595 000000000000000000ac61e9f92be43f5ac8017c244266da76da8bb067941aa2 1,639 1.00/1.00 vMB 153
496,594 496,594 0000000000000000007e2edf713a424ee293c65356dbf91b19f43dfccdb8efac 2,719 1.00/1.00 vMB 193
496,593 496,593 0000000000000000008d7075e6667d1ff0f2cc9c017ac5f3786977451386f410 2,282 1.00/1.00 vMB 164
496,592 496,592 000000000000000000291951d5ba7c0b49d68fd5df4f978916320df993f117d2 2,769 1.00/1.00 vMB 197
496,591 496,591 00000000000000000025af39b98cc4787b6911f95bff905e2a5f8322d83bfbf7 2,930 1.00/1.00 vMB 167
496,590 496,590 0000000000000000007220d873a874ce0759a6551b2d8aa99302044df6257c52 2,386 1.00/1.00 vMB 126
496,589 496,589 0000000000000000001898a3a18d14c5315a6c11a1ce5e4a583446961bf25fdb 2,739 1.00/1.00 vMB 174
496,588 496,588 000000000000000000059f4ca0a7d05b775cf2dbc639bf12e8b7ef2d4befe93a 2,094 1.00/1.00 vMB 201
496,587 496,587 00000000000000000034b6b7451c058f0c18429559452d20158f11f7a87eb413 2,670 1.00/1.00 vMB 177
496,586 496,586 0000000000000000008fb75ffdf2e47e06879da483d49c4183167d230c6ab03f 2,453 1.00/1.00 vMB 142
496,585 496,585 00000000000000000064c9256585e9a2ae6c76e96053443c005b7ef030bc6846 2,249 1.00/1.00 vMB 116
496,584 496,584 0000000000000000006da3097a7d59b5b256aeed7622954b27eff4d37f539e9c 2,479 1.00/1.00 vMB 163
496,583 496,583 000000000000000000935ba54673afff33cbf7f0e5389c774f095953a687781b 3,007 1.00/1.00 vMB 144
496,582 496,582 00000000000000000066c6d4df5c84d4579c14d3282572a484271eea4ce15605 2,624 1.00/1.00 vMB 137
496,581 496,581 00000000000000000035772bbe38fb9205bc0f224f1222c396b7ebcb53b43c49 2,705 1.00/1.00 vMB 157
496,580 496,580 000000000000000000c7d06cf7b9f9f936cce162b679a086f4f9c42ec3c27364 2,712 1.00/1.00 vMB 200
496,579 496,579 0000000000000000003bff1b9f2ccf00ae5c205982c8ab183fa77ad7246fea52 2,335 1.00/1.00 vMB 129
496,578 496,578 00000000000000000014d69d4870591feff50632f83252e2b7b579096d4e6419 2,568 1.00/1.00 vMB 173
496,577 496,577 000000000000000000c889ee6516813d8a6af61874be19fdb1ef9f5847948e0a 2,692 1.00/1.00 vMB 173
496,576 496,576 0000000000000000004aa7145609777b9626f147448bcfa86708bb1c474e714d 2,833 1.00/1.00 vMB 137
496,575 496,575 0000000000000000005b98e0a59332bfdfb1a17af64bf321982e4332e400bbf3 2,405 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 781.57 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: 622.68 GB
    • Received: 11.37 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.