Loading Tool

Explorer IconExplorer

Memory Pool

37,390 transactions
28.40 vMB
0.06198429 BTC
Random Selection Loading Transactions
Max Size: 143.25/200 MB

Candidate Block

Mining Attempt 99157f58455313ad3f9f417cd4867dad1d1eea0eb43dbae814fb916a24d3d614
Version 20000000
Previous Block 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91
Merkle Root f23228470f1364d6ebe8c53a305eccb97d5582ce20ffcf987184a540d82eaab6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,570
Size: 1.00 vMB
Total Fees: 0.00731419 BTC
Feerates: 59.19 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,554 (906,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,398 8,398 00000000057f1021ae4f165063a4f2940ea69cd9a537de1d71e77338dcc006e9 1 0.00/1.00 vMB 0
8,397 8,397 0000000098076bc4cdc362f418bfe8d2f753d305a7f7513dcdf5a8563f0d88d9 1 0.00/1.00 vMB 0
8,396 8,396 000000003833f8e889296873103ee9678c46971cdc3688d99a61b7b53fc7f9a4 1 0.00/1.00 vMB 0
8,395 8,395 000000004ca7fba723ae087aa3f24661d8659eb8a76a650af846d13c6e9e4e9f 1 0.00/1.00 vMB 0
8,394 8,394 000000009f8cbf3db9d1f6cd6e63f63e2263f076c627c85c6f0d20c2799e3ec7 1 0.00/1.00 vMB 0
8,393 8,393 0000000087eb2754f103d00a024c6960cc4ce6fcc5301243a4e95b4b0402af8b 1 0.00/1.00 vMB 0
8,392 8,392 00000000cf82bf3a91a9f8a446c05ba9a2719a7b7e35236da093048e2fb02fa5 1 0.00/1.00 vMB 0
8,391 8,391 00000000d529624caf84f0b2d5fd4336fbde2aff55d1111716308af362bb38f3 1 0.00/1.00 vMB 0
8,390 8,390 000000001c5f252fb978f1c660f922739506de7b0f80ebdfefa1a836f415521d 1 0.00/1.00 vMB 0
8,389 8,389 000000000b7fe20effc94e06db34159535d06e689b3c388642e5381579450388 1 0.00/1.00 vMB 0
8,388 8,388 00000000f5e97f5c8b8046930c5efdf7f85e9571eca087508c739ac196974846 1 0.00/1.00 vMB 0
8,387 8,387 000000000c31c5502da4986ba32ad1958064a92f53b2b02d27f3d262e22e64d9 1 0.00/1.00 vMB 0
8,386 8,386 00000000fbbbd10e3360054637a55889bb0ba3b7a966d6b3c4c4879c30fc6f48 1 0.00/1.00 vMB 0
8,385 8,385 00000000a14f239cdc6a14fb064456fc7d6795201d7d3527909183540a19a530 1 0.00/1.00 vMB 0
8,384 8,384 0000000055e1bfe86b760726149ede44d6e4e1557de44a5c3c01fa6a711834de 1 0.00/1.00 vMB 0
8,383 8,383 0000000064fce990466181c0ea20c9b98a71a8a5b285a1b0ab8ca7bb185ee799 1 0.00/1.00 vMB 0
8,382 8,382 00000000156ff65d1b35b88ad8539f0cc096fd4618750fa779142ecdbbcd2e15 1 0.00/1.00 vMB 0
8,381 8,381 00000000ebc95fe8f770d81dfdc07a034fd6c1dabf35af9bed834fedaa5f065b 1 0.00/1.00 vMB 0
8,380 8,380 000000007991c4351b6074eade162fcd39992d42ef527ebe0e03ff427e1e9e59 1 0.00/1.00 vMB 0
8,379 8,379 000000000f89232e57a6392f67e38f465d41502b97d3fbc8f82fa5969472914c 1 0.00/1.00 vMB 0
8,378 8,378 00000000cc78142e54229e5edbd14652b38462c85b9bfad7817564a777636424 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 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: 623.39 GB
    • Received: 11.45 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.