Loading Tool

Explorer IconExplorer

Memory Pool

78,100 transactions
34.28 vMB
0.15828694 BTC
Random Selection Loading Transactions
Max Size: 191.14/200 MB

Candidate Block

Mining Attempt d045065825b352577eea261ccf2ff08b3d234ecee8c4de6d779f53d1de72658e
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root c73f4008e32cc99671abf4a0d19046e9c2a57a540df483d66c24636e1ce04da9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,110
Size: 1.00 vMB
Total Fees: 0.03620374 BTC
Feerates: 444.31 > 3.63 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (793,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,947 121,947 00000000000092d85d5f11a0d70c68efcd04d34c58ffd7669cf065222ecd5df9 13 0.00/1.00 vMB 297
121,946 121,946 00000000000010e3f548e16a966aa318ae500b0aab72fca81799dffb6b255ccb 9 0.00/1.00 vMB 0
121,945 121,945 00000000000096b130eb0faacfc7d3b5cae5f73cc9c707b4c96f18027655cfae 11 0.00/1.00 vMB 273
121,944 121,944 0000000000003acfc39a42816acff7d985278419ba22bcc3d652925500f5c0a6 9 0.00/1.00 vMB 279
121,943 121,943 0000000000001f2d9c289199e9a0379179cea2780eb48ce616c69023390c933e 10 0.00/1.00 vMB 0
121,942 121,942 0000000000003d88b2f409104c460fb3dc4ff999c92febea53115453f73f34a7 13 0.00/1.00 vMB 222
121,941 121,941 0000000000004c0af693478da72ff3349d65fb51f33455482e3a2a266b054065 46 0.02/1.00 vMB 1,528
121,940 121,940 0000000000004d456537004b8855a86440d4903a36d8f65205d27460091c9482 10 0.01/1.00 vMB 121
121,939 121,939 0000000000003c667ddcbedef4f884e7a1bc831b92a46a18f22897ef9918d1a9 8 0.00/1.00 vMB 350
121,938 121,938 0000000000001a60febf3e4d15954a09e344eba36dfc52a0ed26d99e106fb347 14 0.00/1.00 vMB 430
121,937 121,937 00000000000015cd490de85cca4fde0adc3df63691b5933cdfbaf35dd31859b8 1 0.00/1.00 vMB 0
121,936 121,936 000000000000225aa7d5661162d597509acdc73b3d3691ebb3f8ba59a9fa2607 11 0.00/1.00 vMB 0
121,935 121,935 00000000000008c25b9ab07f6309c9ab8ee3161b6d0ae58cddcd07cfdbdf9ccd 9 0.00/1.00 vMB 1,023
121,934 121,934 0000000000004688e15d8b383521e3b411c94860094e5521ffba94c43a27a983 23 0.01/1.00 vMB 434
121,933 121,933 00000000000007f465ae1d8959fefb9f2e6f7e155d78efee8f70fb28d0702ace 50 0.01/1.00 vMB 1,857
121,932 121,932 0000000000005ae5c4a649ae6d64a9febe87f5df2c04ae230e801998a0c2bcdc 26 0.01/1.00 vMB 392
121,931 121,931 0000000000006167e6d07f4a5e1c1eec599e07ddfc913847112f67a6cf858c34 10 0.00/1.00 vMB 0
121,930 121,930 0000000000006f191b5b19dbfce0b2b6c8024007e30d353d4bbde231fb6671b7 1 0.00/1.00 vMB 0
121,929 121,929 0000000000005f04f4c95b0ed263cb31926db5b6c7a5e5118df2bc79fdad30c4 54 0.01/1.00 vMB 2,110
121,928 121,928 0000000000009300dad4d0897ac0a64a3b47669f2a2fc899166b82a9d864d86e 35 0.01/1.00 vMB 1,028
121,927 121,927 0000000000008c1225d092765f27e26801cdcf0e1fe30f308be9757cec269eca 25 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 735.38 GB
    • Received: 18.57 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.