Loading Tool

Explorer IconExplorer

Memory Pool

45,385 transactions
27.20 vMB
0.09919246 BTC
Random Selection Loading Transactions
Max Size: 143.37/200 MB

Candidate Block

Mining Attempt 123abe0c96b4aaa53effb2d5cf04adce1741cbd22519ba2f970e4bc1a309e34a
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root e1bfa9f848300affe31e35245efb8b421efd9d90c577ee7277b24c6bdbaf5ca7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,148
Size: 1.00 vMB
Total Fees: 0.04662514 BTC
Feerates: 201.07 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (511,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,313 403,313 000000000000000000e7dbb718bc1baf0dcbd7a9cf124efbbc12fd08a74ebedd 1,773 0.93/1.00 vMB 30
403,312 403,312 0000000000000000060077a28ba07ee2d714a43bcdd529690344f4f92a7fbd3a 1,547 0.99/1.00 vMB 81
403,311 403,311 0000000000000000036fa9a5255cb77c03e838a8026fdac0adc4404f51cf3d75 2,063 1.00/1.00 vMB 33
403,310 403,310 00000000000000000220eae0ce9007cc32aa0ff8c97985f23454a26c509fa036 2,417 0.93/1.00 vMB 47
403,309 403,309 0000000000000000025c791174415a572b2b043849b8d1ec7d8b5b7abeca2c5d 2,112 0.83/1.00 vMB 52
403,308 403,308 00000000000000000460a67f2bd15d4242a55f48607a78ba9f78906f33be8208 391 0.16/1.00 vMB 50
403,307 403,307 000000000000000005377bfa483c0639ef49e4fdc08d2dfbfd984515717e38cb 447 0.30/1.00 vMB 25
403,306 403,306 00000000000000000073e3df6e444636809a1f2cce39652186526b51af6ed305 604 0.25/1.00 vMB 42
403,305 403,305 00000000000000000116218e9b9eda8d08ff5f8e4a24f5315bc6b6ce41a0da7c 569 0.96/1.00 vMB 14
403,304 403,304 000000000000000005e7f9bd60747989846aef56cfb0d8ec795146b16824d0dc 2,504 1.00/1.00 vMB 46
403,303 403,303 000000000000000002e506e2acb36cc336a123cc5a15e5b2f2f7b6b738dfd5e6 822 0.34/1.00 vMB 38
403,302 403,302 0000000000000000053eab49e6120aae7b6c6b9fa656ee2f300ba220475ee3dd 97 0.09/1.00 vMB 16
403,301 403,301 0000000000000000052033be3a79adeb4fb6eaa05aee3855c2b9af40e79fc991 1,521 0.62/1.00 vMB 43
403,300 403,300 0000000000000000042eef1dbf4f5cc4f75daf8103333fae7e80bc440848ac48 179 0.11/1.00 vMB 21
403,299 403,299 0000000000000000005e0f1156be9782cdc28cc19671b6f008dced4d7a5aab7b 379 0.18/1.00 vMB 40
403,298 403,298 000000000000000006005a974442b3e88ae8f9cb9719439c5131bda59f368a50 2,353 1.00/1.00 vMB 47
403,297 403,297 00000000000000000089f6dfc35bd984b83d65b2a43746f1cc30d78ad97d8819 275 0.99/1.00 vMB 3
403,296 403,296 0000000000000000037f377ed88580abf2686e8c7ba3213639de3d7671fdfd27 1,656 0.71/1.00 vMB 45
403,295 403,295 000000000000000002478ac76e579ad99a2e570b5a4167fb375611e12181d6cb 1,267 0.56/1.00 vMB 40
403,294 403,294 0000000000000000014924d8950b6ad6198cf5bdbf6439a5142d571c8333c12d 45 0.02/1.00 vMB 44
403,293 403,293 00000000000000000550ac57bc20de416112f59cda659978f2d32fcc2b13d810 1,184 0.71/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.