Loading Tool

Explorer IconExplorer

Memory Pool

81,858 transactions
30.65 vMB
0.08434658 BTC
Random Selection Loading Transactions
Max Size: 187.55/200 MB

Candidate Block

Mining Attempt 2b97c60c69c316bac8fc5d8a61928cf819cc7f6d651873b9f562074bbaa78844
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root dadbcd296739f20f935a6d487cb8a364cd86d40f74d2a808da69345679d620ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.01521204 BTC
Feerates: 150.61 > 1.52 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (437,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,407 477,407 0000000000000000015b4593624180dec5370e0aa059796f5915045d9322d9f7 1,864 1.00/1.00 vMB 173
477,406 477,406 00000000000000000007aad6f786435f34d760df14e76240a063cf604ca29a3f 2,035 1.00/1.00 vMB 23
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
Previous 10 blocks ↓
Total Size: 783.01 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: 718.91 GB
    • Received: 17.99 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.