Loading Tool

Explorer IconExplorer

Memory Pool

42,485 transactions
29.23 vMB
0.07480318 BTC
Random Selection Loading Transactions
Max Size: 149.91/200 MB

Candidate Block

Mining Attempt e6196b43b6a3b6f1d0705e0a57445030ccb9fe49b0154ee8c10d041545469d58
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 47ff4a2e37dff6903ef9567aca444ef8d7ae8acb261e8d3fd27ae7dc5d090e35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01758620 BTC
Feerates: 100.36 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (518,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,466 396,466 0000000000000000020f8f5fcf97dbfe1baa9fc7117a7568c8cf84b0e2faeac3 1,423 0.93/1.00 vMB 69
396,465 396,465 000000000000000004293cfbf48f07c011383acb66c1775dbc7e9b86e8f4621c 1,153 0.75/1.00 vMB 46
396,464 396,464 000000000000000001086329931fad9d9b4f797a997bc9f91656551482d06cd2 1,304 0.93/1.00 vMB 56
396,463 396,463 000000000000000005cffa6a1d3030cf70468b5f2b8a6090ffbed39cc4d9592c 232 0.12/1.00 vMB 37
396,462 396,462 000000000000000006b870009d90beac5126a73bd7d0b1cccfbe74740152aa53 1 0.00/1.00 vMB 0
396,461 396,461 0000000000000000031573c613d04552aff0c57d8cfcbc367f892bbae2bea056 1,921 1.00/1.00 vMB 42
396,460 396,460 000000000000000008df40ecace0b2938bdf906b2afb66d29dbd7121efa6ed3a 11 0.05/1.00 vMB 9
396,459 396,459 00000000000000000503232211f68175d757894e237f84a5d001cfa41e7ee338 1,336 0.89/1.00 vMB 31
396,458 396,458 00000000000000000818dc100024e0338c622a062e70626d5750c20f19703f44 2,938 1.00/1.00 vMB 64
396,457 396,457 000000000000000001c4cf361bbd8cfee78b951e8f8fcb8840280befc47eeb5a 1,160 0.51/1.00 vMB 32
396,456 396,456 00000000000000000580a921e642a50cc724a807050feea3f306ac3d3207cfbd 3,174 1.00/1.00 vMB 47
396,455 396,455 0000000000000000031392250c11cba04631a9a994e08761a205d69886bfbeee 1 0.00/1.00 vMB 0
396,454 396,454 000000000000000003cbafe926d177b06de9d6bf7a7b623bba02217cae901f16 710 0.90/1.00 vMB 62
396,453 396,453 000000000000000000b07707bb49ba19837e8bcf99291e5952aeb4300f05302c 394 1.00/1.00 vMB 55
396,452 396,452 0000000000000000014e680ab1c48d535912b237adfb2ede61f5f7ee8d4723b2 629 0.79/1.00 vMB 43
396,451 396,451 0000000000000000076ff1ffb33a948b739ac7fe72c989af8fcc3e5d9373ae9c 1,053 0.90/1.00 vMB 25
396,450 396,450 0000000000000000074fbe82732efcdc2b61ed8a0bb91366896954b6523e44c2 150 0.09/1.00 vMB 33
396,449 396,449 000000000000000006fc5c426088bd8f70bcf27ffaa907780ea4f2f2066b6c0e 942 0.95/1.00 vMB 18
396,448 396,448 0000000000000000062958b9206b1b2ad7b79f9ae4e4b90fb89756b451ded4a9 1,132 0.95/1.00 vMB 21
396,447 396,447 000000000000000001326a83f5a754466e3c14586fbf9eeed10963275ac48f0b 20 0.05/1.00 vMB 13
396,446 396,446 000000000000000002ced04f189d8e66e798626b3dcd9217b4f4d13233961a7e 2,700 0.99/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.