Loading Tool

Explorer IconExplorer

Memory Pool

84,641 transactions
32.75 vMB
0.08313984 BTC
Random Selection Loading Transactions
Max Size: 194.07/200 MB

Candidate Block

Mining Attempt 6184853721e6a3b118de239c3809b0dd9c2121ec80044a81e832e9d0302b16bd
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 1b794ce0d58f2bae8e28f10a864ba0acc727538066f5552830b858eed8ed6d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.01824357 BTC
Feerates: 120.64 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (531,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,559 383,559 0000000000000000060679863bb54e433f17b5f3505dd140d4557f856676e8cf 409 0.24/1.00 vMB 23
383,558 383,558 000000000000000003cd313e9c312bcdc6d08bbbda62fce4fe19ebf504391c64 962 0.60/1.00 vMB 34
383,557 383,557 00000000000000000cff1e8c21d502bb70a88a76f2ab4ae9799a4170d511b624 1,059 0.58/1.00 vMB 31
383,556 383,556 000000000000000002e42ac2aec9ae20dea42d677d138b3e73f46e369a8b214e 185 0.12/1.00 vMB 27
383,555 383,555 000000000000000002ac4b103b92c67a83ff679e471ccc95b552f38148e308ec 749 0.66/1.00 vMB 21
383,554 383,554 00000000000000000505d87cbd412d27d99c7a4dc9e9076716ec6824d4d1792b 1,547 0.75/1.00 vMB 38
383,553 383,553 000000000000000007d3f461d3d7116bb9189708b31b5d1b93d605d6dfe43caf 701 0.48/1.00 vMB 25
383,552 383,552 000000000000000007e1abb9bb3b26fe712d6220bcc9491703810403cd839777 392 0.24/1.00 vMB 24
383,551 383,551 00000000000000000c045390843fda9e947cf3504ccea61cd1a1f633b3eee536 266 0.14/1.00 vMB 23
383,550 383,550 00000000000000000efee6b0af04c856e5ea6b0cbf4afdf1f35b48626d6e9db7 1,385 0.60/1.00 vMB 34
383,549 383,549 000000000000000007c6935ae8ff49dd27fcfbaf76c9198da85a32ae102b2fe5 1,485 0.81/1.00 vMB 29
383,548 383,548 00000000000000000f6e4cbb320c569c5236b1e29960951de0e0fb04ed4ea5f5 1,186 0.59/1.00 vMB 34
383,547 383,547 0000000000000000011109a869c0593463ec29e91f36308fecf72abf5160126e 672 1.00/1.00 vMB 7
383,546 383,546 0000000000000000009a62b93e07f1b79e3fb0f7a7665bfa58d3c378cbaf7d8b 1,920 1.00/1.00 vMB 25
383,545 383,545 00000000000000000b75ca0cf4fe3589393bcceef76a5cfadfc24c663e0351a5 2,493 0.75/1.00 vMB 54
383,544 383,544 0000000000000000017acd4c170fda775d8281eb49abaf2996902f807b4f0a37 559 0.43/1.00 vMB 15
383,543 383,543 000000000000000000b5356ff97166f442a5397c37da7420c7b6d7577329e43b 1,749 1.00/1.00 vMB 23
383,542 383,542 0000000000000000042c6eb9fe37f9b43d27f37f1cc121b891fab870c4e9bb5d 1,898 0.75/1.00 vMB 38
383,541 383,541 000000000000000005e5ca0896421aad32138c7fe8eae1cd4d962721a0417b0e 2,953 0.93/1.00 vMB 51
383,540 383,540 00000000000000000d15e768eb1b61fd8c928842b6c425198d23b145333ca7b9 332 0.16/1.00 vMB 30
383,539 383,539 00000000000000000721bc07fa085d19a6da23e15dbfa3685411fbcc29266367 188 0.20/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.