Loading Tool

Explorer IconExplorer

Memory Pool

88,321 transactions
32.97 vMB
0.11855281 BTC
Random Selection Loading Transactions
Max Size: 199.83/200 MB

Candidate Block

Mining Attempt 388ea9fd54de3005e7207023ff0be7ee8748a84fe702d9f562512fb503ef62f0
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root e6818d3385bbcfa8bf1031b415ca2e467e549e9c844144600e257c684a501887
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,800
Size: 1.00 vMB
Total Fees: 0.03379874 BTC
Feerates: 318.30 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (437,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,405 477,405 000000000000000000ec4d25f5039cb86583348d79326ad5573dd6b122e96548 1,305 1.00/1.00 vMB 115
477,404 477,404 0000000000000000007dd70cfe7361ab648585d7c5409e52866d24f9937540d2 451 0.93/1.00 vMB 118
477,403 477,403 00000000000000000032d836d7b5d5e9d89f69ee67a5b2998f10059e362852ea 743 1.00/1.00 vMB 113
477,402 477,402 000000000000000000600db1460df2b0cf140c0dd974cb0f110e5065d95e6245 2,184 1.00/1.00 vMB 213
477,401 477,401 000000000000000000157a6e74394c81101b151e4e89b70c3281db8a00074450 1,745 1.00/1.00 vMB 75
477,400 477,400 000000000000000000a6b7e6fd51bbac521bc4836e264c00dd16e7a2a8330063 1,537 1.00/1.00 vMB 183
477,399 477,399 000000000000000000b28ca6e02ade5b9c82fa93dc0407684e9ea4315ef9eb8a 2,046 1.00/1.00 vMB 107
477,398 477,398 00000000000000000030b71f473d7ce1a7c7b9d154c926afa619eb066c4415b7 2,250 1.00/1.00 vMB 196
477,397 477,397 00000000000000000104e753a6b627f4b4fca1dbde1b9aa0ad18e49c2200deb7 156 0.04/1.00 vMB 171
477,396 477,396 0000000000000000000c4a3586b6af744175ff14b43d60c2cc495749d1ee5543 253 1.00/1.00 vMB 14
477,395 477,395 0000000000000000014753f7252653184a44ade4efdb7b8a79c2daeaaf385da4 1,540 1.00/1.00 vMB 49
477,394 477,394 000000000000000000cb69523beb8cae96d3999f4f0324b476c4fd70b6d46afe 1,576 1.00/1.00 vMB 95
477,393 477,393 0000000000000000012c31cf8a0de8f19a79e60f567c68c32e93c2e7a56e5c2e 2,038 1.00/1.00 vMB 194
477,392 477,392 0000000000000000012288cec644c7ab65fcce61adaf30316ce1ccfcc99791f9 2,345 0.79/1.00 vMB 29
477,391 477,391 000000000000000001290cd8f91689506ce1f38e05acdf1ec1d3fcdcc52c6535 2,178 1.00/1.00 vMB 158
477,390 477,390 0000000000000000013de18bc1cf56d53c5ca5b39dc76c0e593ee3ea452e8b84 2,362 1.00/1.00 vMB 209
477,389 477,389 00000000000000000019d81115fbd244de0b7515cf74d9746e0f483b7195fab8 695 0.36/1.00 vMB 173
477,388 477,388 000000000000000000f6385b1356d50b403b76fbb8b304f0f4fb68d3efe6df1d 880 0.95/1.00 vMB 47
477,387 477,387 000000000000000000eaa45d67740dcd27bff55462de052515ef209da3c97905 1,312 1.00/1.00 vMB 61
477,386 477,386 00000000000000000155fe4b6af232e8391adef52a4a0ab137e0b5f6933289a7 1,957 1.00/1.00 vMB 151
477,385 477,385 000000000000000000b69a15d4bc6423221179d37a3fae9926d678cf102bdc75 1,313 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.98 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: 717.10 GB
    • Received: 17.82 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.