Loading Tool

Explorer IconExplorer

Memory Pool

44,670 transactions
27.63 vMB
0.08936157 BTC
Random Selection Loading Transactions
Max Size: 144.85/200 MB

Candidate Block

Mining Attempt 4f6cdff9ba61666551c77e9fa99842e3d96c3309fbcc735e6ce6604fd82baecc
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 84c45f3d066cf32263cfb0056989992383a91ee65dca302a0ad550cdd38934e3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,998
Size: 1.00 vMB
Total Fees: 0.03525789 BTC
Feerates: 151.65 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (233,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,297 681,297 0000000000000000000b6b1f1cc8319f8c089c905a9e99fac7120cde924e4dc2 1,220 1.00/1.00 vMB 152
681,296 681,296 00000000000000000009bdcb4d5961269ebd6a181c86f282675c06ba0c331206 2,814 1.00/1.00 vMB 177
681,295 681,295 00000000000000000004c7c41e65fc91fd1d8f99297eca861131d7519ae9bab3 2,142 1.00/1.00 vMB 47
681,294 681,294 00000000000000000008cc2cc94dcb733f7a22d43f148b37b801ea595906fe13 1,638 1.00/1.00 vMB 48
681,293 681,293 0000000000000000000a1c44b1125bf75f0e4692552218c68c0f08e272fbe6a2 3,081 1.00/1.00 vMB 60
681,292 681,292 000000000000000000039f8b1a2c48ee1dacd581e7cacb560e75d8de051cc0e1 2,908 1.00/1.00 vMB 75
681,291 681,291 00000000000000000000120caab7c1caeb4aad6e9dc242e7530d543edd4f6a27 2,639 1.00/1.00 vMB 98
681,290 681,290 00000000000000000009115067d2dc0f9405db9726d142292ba254dda736e515 2,109 1.00/1.00 vMB 147
681,289 681,289 0000000000000000000611f23de0e6de1b0d145472d3ed57225fc5862d762906 2,948 1.00/1.00 vMB 87
681,288 681,288 0000000000000000000acb3419dab5753f6bebf650bad2407e119877bb57d981 2,280 1.00/1.00 vMB 139
681,287 681,287 0000000000000000000b019e2c0810b78bcd9edf164bd70a4ce61b998fa06dc5 2,191 1.00/1.00 vMB 125
681,286 681,286 00000000000000000005261cfd79c3d9eabb70d5c38e9375fd7d50a2e5b0edf6 2,522 1.00/1.00 vMB 133
681,285 681,285 00000000000000000001f456acf05f68f8b2087e4f0964f0a6dd59ddb28d7f3f 1,524 1.00/1.00 vMB 115
681,284 681,284 0000000000000000000869073c5e8e02f127bb511cf2fa07dc02af9b9917e58c 1,501 1.00/1.00 vMB 158
681,283 681,283 00000000000000000004131d22caca94f820ab38b112c2ddf5c7a767cf85e63f 2,877 1.00/1.00 vMB 141
681,282 681,282 0000000000000000000710da3dbd086ed9dacef8e1da1f7ba695157f24970d03 2,619 1.00/1.00 vMB 146
681,281 681,281 000000000000000000038e376822d7c45836c3b49fbd545e43953a63adcee048 2,436 1.00/1.00 vMB 109
681,280 681,280 000000000000000000058430c080f4662f90469cc4fc386142ddbf22721f05f3 1,609 1.00/1.00 vMB 144
681,279 681,279 000000000000000000060e1847c9a5cc4eeba2005d698e39deef3607521e3654 2,602 1.00/1.00 vMB 169
681,278 681,278 0000000000000000000004e1717686f57ebdda8a772ab95a12adc10786bccdfe 1,941 1.00/1.00 vMB 163
681,277 681,277 00000000000000000005620eb009613e91c9de801d9698048d965a80c144eb3c 2,741 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.