Loading Tool

Explorer IconExplorer

Memory Pool

35,460 transactions
28.80 vMB
0.12098775 BTC
Random Selection Loading Transactions
Max Size: 143.21/200 MB

Candidate Block

Mining Attempt dd90a12fb6f914e3e5bce91942ea3d8dbfaeec36f32579cb05285971f2ee5d8c
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root ab8cb9caad97168b7f1162b9de643bdd9ffe8dd3e366f4e6acc359514c58c14c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,365
Size: 1.00 vMB
Total Fees: 0.06299317 BTC
Feerates: 208.44 > 6.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (306,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,638 607,638 00000000000000000003c238fc3030d8a6cdfa160bc53733422aefddf7d9c5d4 657 1.00/1.00 vMB 18
607,637 607,637 0000000000000000000ebf98867601b93fea0f0ecbf3bfbde794540ee7f17200 437 1.00/1.00 vMB 19
607,636 607,636 00000000000000000001f7d3d53c8003539ff70b4fadd5eaccf364cc2e0091be 907 1.00/1.00 vMB 23
607,635 607,635 000000000000000000018cf60079eed42650b6ba03515e1aa75f017ad8cb8f62 2,419 1.00/1.00 vMB 8
607,634 607,634 00000000000000000003e19b96edc896c623c5b22d5222233db6e5a807bf760a 2,537 1.00/1.00 vMB 9
607,633 607,633 0000000000000000000f620c8ed6a9b7bcdf65a7de2e0899fd1672d07a4d5bc8 1,409 1.00/1.00 vMB 10
607,632 607,632 0000000000000000000e0d5a1d9e7af52299a4d68fd405d4bd0bc0fa776f5e82 1,975 1.00/1.00 vMB 34
607,631 607,631 000000000000000000007bb9ff2d80f2885553d2a9963c5af8ae2311a405fb5a 1,746 1.00/1.00 vMB 31
607,630 607,630 0000000000000000000e3d28b453a824f9e7e2898823157ebb28b2c70d5e4596 1,785 1.00/1.00 vMB 44
607,629 607,629 00000000000000000004eb53aa2f62e9e2e4cb86533840ca3f0956f59a751957 2,572 1.00/1.00 vMB 11
607,628 607,628 000000000000000000137d6e2faa609b2e5d7c88e73cb836b4fd170367575457 2,168 1.00/1.00 vMB 15
607,627 607,627 0000000000000000000db8087ef6a367138a359e556aa9456165f90327100175 2,856 1.00/1.00 vMB 27
607,626 607,626 00000000000000000014688ccb355bd2d0af2466d06a0dcdfc3140a3ddab4937 2,646 1.00/1.00 vMB 20
607,625 607,625 0000000000000000000e3085ea279383d6d4f8c6d89c84e0a577000a9fa021e2 1,001 0.30/1.00 vMB 15
607,624 607,624 0000000000000000000479a860a856dca8166b1db2f08b5c6cd19fa53e22fddf 547 0.18/1.00 vMB 24
607,623 607,623 00000000000000000015422492418cac2d7fd295d29fa9bffee24f2aaee7eda9 107 0.12/1.00 vMB 7
607,622 607,622 0000000000000000000fffd77eacf6dba63d3512ec37a4459e2329a842020375 3,319 0.98/1.00 vMB 18
607,621 607,621 0000000000000000000dd73fb09d8b077bd036c0ae79ee99b2831a98a0f5164f 1,600 0.47/1.00 vMB 18
607,620 607,620 00000000000000000000f14b0216d63bbf94aac266646f8d0f8cc9346d566bb7 2,758 1.00/1.00 vMB 11
607,619 607,619 00000000000000000015bd39debdc9e97b2988b3bc906b34d0251d18e993514f 3,080 1.00/1.00 vMB 23
607,618 607,618 0000000000000000000073696d0a24b28c46687377ebb33730fc9a16d866e89b 1,402 0.58/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.93 GB
    • Received: 11.10 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.