Loading Tool

Explorer IconExplorer

Memory Pool

48,283 transactions
28.18 vMB
0.07195160 BTC
Random Selection Loading Transactions
Max Size: 150.37/200 MB

Candidate Block

Mining Attempt ef6cc4e96491e8154321dbe8c9e11f8af577475eca7ff6dd0813fee4a20455d5
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 61890fda58a07a305ae0f83e72c19fa6e4e90377756ca301a5431da6eb90348c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,493
Size: 1.00 vMB
Total Fees: 0.01758796 BTC
Feerates: 301.05 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (332,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,384 582,384 0000000000000000000da7e58af397450563bd4163c131c4b59be396670e96cb 1,386 1.00/1.00 vMB 120
582,383 582,383 000000000000000000001d4156befe9968e8fc7dfcae492d2bffd0a41e79322c 2,241 1.00/1.00 vMB 107
582,382 582,382 000000000000000000073ef055ea3808531b34a62cb234a452be96245048a560 2,622 1.00/1.00 vMB 99
582,381 582,381 0000000000000000000b9363360b24b613adabff37a0e5e85e883fa6f22c2c1e 1,825 1.00/1.00 vMB 103
582,380 582,380 0000000000000000001a54c582e458b81f1a2ad2de72735125033dc4dfd0f4c9 1,908 1.00/1.00 vMB 107
582,379 582,379 00000000000000000009f16f58787c7f808e63c8886ff51a8445a25421971038 2,686 1.00/1.00 vMB 127
582,378 582,378 00000000000000000015f4d4f32beb767542130fc73cec801bc55f89112d8e16 3,161 1.00/1.00 vMB 105
582,377 582,377 00000000000000000017cb885c1016796a464b827aa314d65bb095a01b72bf3e 1,596 1.00/1.00 vMB 99
582,376 582,376 00000000000000000018cd5426f399d607fde7c868228eee41e970a5f9bce706 1,785 1.00/1.00 vMB 113
582,375 582,375 0000000000000000000a0f17ca3c3702240f49e83d6e5f061e499b916da8b7d4 2,828 1.00/1.00 vMB 118
582,374 582,374 000000000000000000093a8fb862abd213ffb6e861c0181bfb5096050fc6291b 1,704 1.00/1.00 vMB 115
582,373 582,373 0000000000000000000186d8641c0a89c679d7b6fa5e473e2be69c1be0eb7f4d 2,116 1.00/1.00 vMB 117
582,372 582,372 000000000000000000100b14f40bbc5b62d4e5450a829e6fd24736426597654d 2,496 1.00/1.00 vMB 127
582,371 582,371 0000000000000000002039bc5712437ecc77525d1e4d1dffcb6306fe0015a20d 3,039 1.00/1.00 vMB 141
582,370 582,370 000000000000000000087df148c74ce1a0b24528e4d59ffffd17207e0508d63a 2,460 1.00/1.00 vMB 49
582,369 582,369 0000000000000000000d93e2366460757209bc265090d3aa35b48c1e238ca9d5 2,528 1.00/1.00 vMB 94
582,368 582,368 00000000000000000002b4bcb819dfbc2c97423f67366fd8357b4c542647c51d 2,457 1.00/1.00 vMB 48
582,367 582,367 00000000000000000017857fb56f01e0af6fa396e0b60b8d83ee63fad20e280d 2,869 1.00/1.00 vMB 49
582,366 582,366 00000000000000000007c5a08ba37db5b538bc49edfef627f431a7ce981f6b80 2,977 1.00/1.00 vMB 70
582,365 582,365 00000000000000000013107e73e9937a833d455b64dd1e169a4ac4e42c13d4ce 2,751 1.00/1.00 vMB 68
582,364 582,364 00000000000000000024ff8a99e39dbe10b34baa27a80ced228da6e98fdfd4c7 2,715 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.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: 649.64 GB
    • Received: 13.19 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.