Loading Tool

Explorer IconExplorer

Memory Pool

39,100 transactions
19.51 vMB
0.04659732 BTC
Random Selection Loading Transactions
Max Size: 108.60/200 MB

Candidate Block

Mining Attempt 208e732137c15fcca42a5973d1b61d6441472cce3d7a815754856b14c6b981e1
Version 20000000
Previous Block 00000000000000000000eebcf6de9667b93e57c6ec9b21528ece66efcc0fcd31
Merkle Root b9eecab41bfbc02ec83c6a2cd1e126d3afe1f5554379d4648a9fea9426f674f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,267
Size: 1.00 vMB
Total Fees: 0.00862331 BTC
Feerates: 86.82 > 0.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,105 (740,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,607 173,607 000000000000005362e14c0efe2a4ff615d06d4040f38580fcf73b74b118961c 47 0.05/1.00 vMB 307
173,606 173,606 000000000000069812751ada7c5c0f9c5bc79c4008c0e641e279924643762a66 80 0.03/1.00 vMB 95
173,605 173,605 000000000000015d7450c450e3d9a6def34989048262a94753216ff49a801413 61 0.02/1.00 vMB 3
173,604 173,604 00000000000005c653d36ed07015ea25d248ee85e4c39df3a0c39b6b6e82f08a 46 0.03/1.00 vMB 61
173,603 173,603 000000000000091ded48dd02361eb82342f1fbd1fd4beb99d5b0c81df17f856f 11 0.00/1.00 vMB 30
173,602 173,602 00000000000005734a99b8675ab822bd249df52c5a0573664a8155742bd04cc7 53 0.02/1.00 vMB 118
173,601 173,601 0000000000000770696734ff0f731c67620755f91efac8d5d4d665ce5cd46c1c 20 0.01/1.00 vMB 38
173,600 173,600 00000000000005d701f0dca5a65a961005c04e3b9d03d1196683564c20b50677 42 0.02/1.00 vMB 124
173,599 173,599 00000000000001c49c11777e66766ce60f1db850ca4e2b92dfe0a5e5a66d0b33 7 0.00/1.00 vMB 92
173,598 173,598 0000000000000554ea62177ba8c4e203bba3202b7737cf60f4f48ffcf5cd99ad 84 0.04/1.00 vMB 115
173,597 173,597 00000000000000f8026fbb4ea7f8311c3164e7101114c29a401e8e19d720e0a3 135 0.04/1.00 vMB 118
173,596 173,596 00000000000005e93dd1d24383efa3978164d2cc1b5a271584c575c83f5cd591 10 0.00/1.00 vMB 61
173,595 173,595 00000000000003cc982f55c192deb8868ec4dbfc6c252f44db4469b8622944e6 11 0.00/1.00 vMB 3
173,594 173,594 00000000000006720a524df8e2826e4fe83afd2958c5e1048048a8ce387926a3 66 0.04/1.00 vMB 48
173,593 173,593 000000000000082dcb682871f696d84a0b2304be3d8ca151bf1ba3c156366110 39 0.03/1.00 vMB 84
173,592 173,592 00000000000006280f0ae0b6a5320bf95bd738cf1bc83f8c70b3f4d5c5e22f5f 32 0.03/1.00 vMB 68
173,591 173,591 00000000000009bef68fa9f5a8a28a58246186fc8d1c998803e98b7609f1933a 68 0.02/1.00 vMB 5
173,590 173,590 000000000000010ce22a9af238eb7b8f66957e60b3d2d8eb794dd21b03b4a2ac 102 0.07/1.00 vMB 111
173,589 173,589 00000000000007100a1e56ff96a6dafadf1a3b7c611560589a70fa66bf070078 158 0.05/1.00 vMB 97
173,588 173,588 00000000000002dda0fc3685e5f66b2692c8fc2e71f7beef924609ba82ecbeef 1 0.00/1.00 vMB 0
173,587 173,587 000000000000039ce4987cb2dd870a90eb323b4707c518e7d2beefa32bd4936e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.79 GB

Node Details:

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