Loading Tool

Explorer IconExplorer

Memory Pool

77,237 transactions
28.46 vMB
0.08927403 BTC
Random Selection Loading Transactions
Max Size: 173.25/200 MB

Candidate Block

Mining Attempt 161f9afe3e30b3547f8a3b6557e90fe51764415107cf549323b7b64917735c53
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 378879f4a66ff91bb56485ea7ba58f86126af717249bd25a95b01aca66799cda
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,636
Size: 1.00 vMB
Total Fees: 0.02521542 BTC
Feerates: 477.45 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (142,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,883 772,883 000000000000000000050f4071c1dd28d63e78fcbb381dcd10f04fd09b818bb4 3,158 1.00/1.00 vMB 9
772,882 772,882 00000000000000000006dd8350141d9f76f9b2e60899824d8d5e648a26e1b09a 2,279 1.00/1.00 vMB 11
772,881 772,881 000000000000000000014f4c1ae5b910fa972adfdf5250e755e7605f8670c05e 2,417 1.00/1.00 vMB 20
772,880 772,880 00000000000000000000d8a8bc68d5d7f5b935e3960679452f4ad83362a524f0 2,240 1.00/1.00 vMB 18
772,879 772,879 000000000000000000028dc3ba39930709961b0656f26db51b93d09a35a7b8dd 3,531 1.00/1.00 vMB 27
772,878 772,878 0000000000000000000370c4d5700a250b74d0fde9e000912030c973e99bb3d9 2,590 1.00/1.00 vMB 34
772,877 772,877 00000000000000000003f4db29ce88065bb79727108dbb603a8a0ede630af774 2,272 1.00/1.00 vMB 16
772,876 772,876 00000000000000000004b337f47f9275da53dd5e67f1d277fcd11e4f2f38ca6e 2,013 1.00/1.00 vMB 19
772,875 772,875 00000000000000000006146223f4180d92b6b65c10499513aa3256b8fe413e80 2,757 1.00/1.00 vMB 29
772,874 772,874 00000000000000000003c4cc3968fa6f2e068fdfaef8533ac71a5088cc1ca8dc 2,782 1.00/1.00 vMB 18
772,873 772,873 0000000000000000000696a6d82d2b5af5f1b7f1c63410d3c335611b4079a3c8 2,663 1.00/1.00 vMB 29
772,872 772,872 00000000000000000002790f279c40b26c620f60b0ba4fcaf55ecd01b67f8b8c 2,773 1.00/1.00 vMB 28
772,871 772,871 0000000000000000000295e934f823320dfff0ad7c17a018925d2d2dec9fb600 1,728 1.00/1.00 vMB 21
772,870 772,870 00000000000000000006752850ffdd3fc772357dc28d6175f4b0b70437ae9f6a 2,978 1.00/1.00 vMB 24
772,869 772,869 000000000000000000063e7ae4a6293646e1e27c1d0197b5e4c6300805ed6fc8 2,295 1.00/1.00 vMB 12
772,868 772,868 00000000000000000004f9b67b4e85b0cb44db00d87a9bf0502837d34ee50dc6 2,364 1.00/1.00 vMB 22
772,867 772,867 000000000000000000071d7854ded9dacf5a9c6901aad9c1cb7521ddbccc1c9c 2,477 1.00/1.00 vMB 28
772,866 772,866 00000000000000000005ca08be5630b287fa87f95b71201af8de21bf9560383d 1,720 1.00/1.00 vMB 18
772,865 772,865 0000000000000000000481d9d0ebfee62d06bd292c918c44f379a3322ae7d4a8 2,721 1.00/1.00 vMB 28
772,864 772,864 00000000000000000000d2f5efc7e1b51e301ff9efec57e0d390bca7a344f3d4 2,187 1.00/1.00 vMB 18
772,863 772,863 00000000000000000005a634bb002d6634a948f61d9531dd6c51fed13ea69b21 3,819 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.