Loading Tool

Explorer IconExplorer

Memory Pool

79,061 transactions
29.27 vMB
0.08681478 BTC
Random Selection Loading Transactions
Max Size: 177.21/200 MB

Candidate Block

Mining Attempt e8b4cd3fc99f3d29cb814e65d2243a2536b56d32b5ba1584a6e2d92163bf6787
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root fa0974f67506904d8c8eb71a0068ebe86af75174e43e5973c87a947b47dd4fe0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,461
Size: 1.00 vMB
Total Fees: 0.02543788 BTC
Feerates: 178.73 > 2.55 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (91,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,041 824,041 00000000000000000002e00091f5c3431aa6002a513cc57604ae98c3d7e40dd9 3,307 1.00/1.00 vMB 130
824,040 824,040 00000000000000000001195134d88dd7c2abeb76bfa0e6e9a1ba038c37d2f7a8 3,126 1.00/1.00 vMB 215
824,039 824,039 00000000000000000001e98012529f33236b760708583c28db3356f2df8167ed 3,307 1.00/1.00 vMB 80
824,038 824,038 0000000000000000000280b705b01ed42c5b14ae5d5fb1522e19e311c0f0690f 737 1.00/1.00 vMB 125
824,037 824,037 0000000000000000000360d02145abc22f7acf7b5b7eb1d9db572b762076965a 2,010 1.00/1.00 vMB 199
824,036 824,036 0000000000000000000268eff1d229556bb5c9ccf0b7834263db71f5c79e0503 308 1.00/1.00 vMB 136
824,035 824,035 000000000000000000013fb287e16b9f4f469cb44abf37b5a496e9f308d3af85 947 1.00/1.00 vMB 162
824,034 824,034 00000000000000000001c26c2b477ceabdea43b8f3c141d7e82a8d96baa87d98 2,800 1.00/1.00 vMB 163
824,033 824,033 000000000000000000009c33be239413d2e86d1e17dc2fee67335ddc0737f987 3,339 1.00/1.00 vMB 92
824,032 824,032 000000000000000000029af08ac497b1ca641b73f04a3b6fc9fa6af9cbf86055 2,985 1.00/1.00 vMB 102
824,031 824,031 00000000000000000001b252556f1becdfba57d73c1bc79ab2b6f4bd1c239f0f 2,904 1.00/1.00 vMB 152
824,030 824,030 000000000000000000033b34ff7f69ebe4b2c12031c22720719361d8b8de91d3 2,536 1.00/1.00 vMB 95
824,029 824,029 00000000000000000001c6937e8b52b76bfe4f4ccea653857d9beaf901cc251b 2,577 1.00/1.00 vMB 83
824,028 824,028 000000000000000000037d370b27d89094da9a413f5bbd166fd92fd74aa88fd9 2,272 1.00/1.00 vMB 99
824,027 824,027 00000000000000000003a1d7effce9f5fa0ca03a78890c961e424ea6242902b0 1,958 1.00/1.00 vMB 108
824,026 824,026 0000000000000000000323058f40ed30259417558b1765f320f276945f21a7ce 2,900 1.00/1.00 vMB 153
824,025 824,025 0000000000000000000060030d99c0ccd358e88d7015d90bc15fe88452133ba2 2,990 1.00/1.00 vMB 112
824,024 824,024 0000000000000000000325211bea2d57ff4c96159901b40f05c1eded553bfa2a 2,508 1.00/1.00 vMB 217
824,023 824,023 00000000000000000001d39cc32582ca0f3ad980cac7b07e754319fe5a60171a 2,861 1.00/1.00 vMB 160
824,022 824,022 00000000000000000003c9c3f6b1da05ef1b4f8642397151639f89021b341c04 3,333 1.00/1.00 vMB 163
824,021 824,021 00000000000000000003c039d8b5f117191661cd9525972b887d43d5c8cf1038 2,920 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.68 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: 679.45 GB
    • Received: 16.44 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.