Loading Tool

Explorer IconExplorer

Memory Pool

25,364 transactions
4.80 vMB
0.02625985 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.80/200 MB

Candidate Block

Mining Attempt 14d45c1792c7c4849f2944b1e6670e08f7e8732563f7fb7cd80ff3da5e56d2e6
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 0b67b1cd98f8dda5766eecb622620bf51d1df30566699ddf775d2d9183768a5c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 907
Size: 0.72 vMB
Total Fees: 0.01556271 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (642,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,595 270,595 0000000000000005ef9e8ef3408f9ab779bd8a46f4263261655bf20ce4ad7501 0.21 MB 462 31
270,594 270,594 0000000000000005541b9d76afe079be09e390f9a214b5969866b87fe8b3b3f7 0.25 MB 521 177
270,593 270,593 0000000000000004330fd90f9b2dcef58835bb4c79e3545813bad725779c7ea2 0.32 MB 604 58
270,592 270,592 0000000000000005ec0807c70c89549fb4089917a9f47dab71b14dd8f7703350 0.25 MB 130 11
270,591 270,591 00000000000000028191292c66867481c935445fd8697e84c451b58177e3a642 0.25 MB 710 77
270,590 270,590 0000000000000001a81b79698e3f1a83e06e51c34b415f7389ae3d0b21e73863 0.18 MB 376 60
270,589 270,589 00000000000000023fc8b8958db56de10be9b6d091d724acb0b84fbc3855df3f 0.25 MB 520 34
270,588 270,588 0000000000000000d9d7063758837d8561a1f9639be9b76fe39cb848b37fb7c0 0.25 MB 628 105
270,587 270,587 000000000000000390f54ae8e98062a174aaba95dbdde1a802d4a25e444059a7 0.08 MB 107 15
270,586 270,586 0000000000000000890e54988f4ebb693410a7f3c8b61524d589e3df52fee375 0.25 MB 631 88
270,585 270,585 0000000000000005a293fb82f5c221c57f2e83c977489e8dbd89f0878dfc5e53 0.24 MB 398 85
270,584 270,584 0000000000000005a60e8abd8d71b9bc5f637069af35b397f31987ba511ea82c 0.12 MB 204 35
270,583 270,583 0000000000000005b5699920027af86ec819b830593c12a4657f323eea1895db 0.15 MB 203 31
270,582 270,582 00000000000000020ec6bfc8b6d66cee86c6ceb87485fbce063abb2923176b74 0.16 MB 224 41
270,581 270,581 0000000000000002e1f77fa91c32fb5089d6f70227d03777225b54b5cba72de0 0.35 MB 470 7
270,580 270,580 0000000000000001c9090886ddad0e5e97c59b587b358d60a264b9526579173e 0.29 MB 485 57
270,579 270,579 0000000000000000b6bb32f507530db0a40eca6e45760ea2e83a1087bb9f195a 0.50 MB 1,328 65
270,578 270,578 0000000000000003faa305d4698c4d71c59c7f348212e8fe83ad5ad53fc88f06 0.50 MB 1,222 108
270,577 270,577 0000000000000000384c076273f6cbac52b86583c8f8bbc3acf6d0224270835b 0.05 MB 106 22
270,576 270,576 00000000000000029d1446ea7b59a99e5c5c755c34d1c3b591cc1c8083d37c83 0.04 MB 90 56
270,575 270,575 0000000000000005cbe0db695bca8263875ae836a1e9b69f843f8fe050f19369 0.31 MB 538 68
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 101
    • Outgoing: 10
  • Data Transfer:
    • Sent: 185.89 GB
    • Received: 2.11 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.