Loading Tool

Explorer IconExplorer

Memory Pool

20,631 transactions
8.97 vMB
0.03784549 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.96/200 MB

Candidate Block

Mining Attempt e7e72c7aedb0b34ea1c5f1fc58a7f30d41fb0a719e73f70b87fb8733d78ed119
Version 20000000
Previous Block 000000000000000000002c2efa54a933667be0a2843a47329deffa95222ea700
Merkle Root 2d1123b7919e4b7c024afb62201f6c5e9ee37c97f82d24ca7613934986563798
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.01782568 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,393 (706,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,020 207,020 000000000000031bd4bb72b8bca9a86ecd09515f77b57589bdd896c00bb67bd2 255 0.10 vMB 208
207,019 207,019 0000000000000136004c5c0ec75c7268803722e2079a94d2b8c5b0841d560125 163 0.07 vMB 155
207,018 207,018 00000000000002247bd217a4ce02fd76ac3d35a558582c5c543934651c952ad7 10 0.00 vMB 60
207,017 207,017 0000000000000287da12b879102e20804a832a47f800d3dcaaf2cba622c5ea1d 260 0.14 vMB 150
207,016 207,016 000000000000027ff3c578ef3d0bb913737503dc4bee3bbda627ee014ae0f5b9 207 0.20 vMB 102
207,015 207,015 0000000000000111f5769c010f07642ed18d0050813c3a8552aa602518b5c8b2 330 0.14 vMB 147
207,014 207,014 000000000000021efb09416e62023817bb4a5f5927221d29dfa4d4df65176a44 712 0.25 vMB 207
207,013 207,013 0000000000000180a26ced9d8a6f010f2b4e7b46268956e3988e56ff367bc2e4 11 0.00 vMB 16
207,012 207,012 0000000000000038f156dfc2da10520ba18886102bdb6750c5523215f516ac1e 284 0.13 vMB 167
207,011 207,011 00000000000004fd193c77496a1a2c951dfffe61e7bc832d154e8d6d089ef945 112 0.05 vMB 107
207,010 207,010 000000000000026be9e801c17e9aaf7994e638ff6ae2e9608ea94d996172c4a1 325 0.13 vMB 180
207,009 207,009 000000000000026c279d6c3abd88ee23e20f31f5d1d526ae8b9b5aae5ae442c6 156 0.05 vMB 169
207,008 207,008 00000000000001f5d10aa034a73cdcfe89e92bc858577b863a9ec1e8a16b1637 20 0.01 vMB 183
207,007 207,007 000000000000022198e63febbf2e93709508bc4327b5b4e82966cc8e64f9e190 153 0.07 vMB 133
207,006 207,006 0000000000000088f5a0208aa5e841b9a5c025935c17050c495bc093c8a42cac 8 0.00 vMB 52
207,005 207,005 0000000000000402b70233fbb8184bb5975f03e045894c0221822462887e82d7 78 0.04 vMB 187
207,004 207,004 0000000000000461fa78737ce125b3aaa3715dd7b685d5e579d6e633086fdc28 82 0.05 vMB 280
207,003 207,003 00000000000001899d88c27ff809348eaa873d1099515a0e384396e13211384d 136 0.05 vMB 234
207,002 207,002 00000000000000f5c386ed3b4e60c03bc88d2c45201702482cfd681934e49c71 1 0.00 vMB 0
207,001 207,001 0000000000000478e80bae3a9f9ca2d19fe2d2e6d2f129b7fcaa804bdc17529d 331 0.15 vMB 113
207,000 207,000 00000000000004bdd54a303529953b64a85eee5099acb965f53b577a1ceeca44 218 0.09 vMB 176
Previous 10 blocks ↓
Total Size: 779.55 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: 255.11 GB
    • Received: 0.97 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.