Loading Tool

Explorer IconExplorer

Memory Pool

78,077 transactions
29.03 vMB
0.10208268 BTC
Random Selection Loading Transactions
Max Size: 175.59/200 MB

Candidate Block

Mining Attempt a0bd3685623ebb72f0faae8e7c86e91486c26226beb9720ffed766e5ed775ae7
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 91bb86e2765da4f72770f6f62dd4d719a973bd6debc49eaa2fbd4ca6a58d8b8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,967
Size: 1.00 vMB
Total Fees: 0.03065883 BTC
Feerates: 402.60 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (130,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,745 784,745 000000000000000000008af87b8b91511aedcc81e110afa8b764719841743e23 2,034 1.00/1.00 vMB 6
784,744 784,744 000000000000000000014a65d7e4431dd15c2a83fc287f5d2d8b246b258c11c0 1,497 1.00/1.00 vMB 11
784,743 784,743 00000000000000000000315b5d9d6c6e1513abcc1a17bbcbcd5520688b999e7a 2,404 1.00/1.00 vMB 21
784,742 784,742 00000000000000000004e7f3dc51538389ae468568ad4d2c483ea6c5bf1e863b 2,212 1.00/1.00 vMB 15
784,741 784,741 00000000000000000000a82d0515e7c07c325a09d0489cbdb1c0c2544c02497a 2,453 1.00/1.00 vMB 21
784,740 784,740 00000000000000000003e753d25443c72cc6598e5d9dc56f081e4254d35a2b34 542 1.00/1.00 vMB 3
784,739 784,739 000000000000000000057558c13e4ab1ae8a8fb4d234f5bfa7228727da43fc2e 1,886 1.00/1.00 vMB 10
784,738 784,738 00000000000000000004734e26e0bd29c86ed06da165447f78265fd99c26a785 1,779 1.00/1.00 vMB 20
784,737 784,737 00000000000000000002b5cbdbc11b74763f74fec6639768ea546444d1231f78 1,760 1.00/1.00 vMB 21
784,736 784,736 00000000000000000000e279aed09e6a579fbac855853dd14eab23f7cf5b8d5a 500 1.00/1.00 vMB 3
784,735 784,735 00000000000000000003f87db3e7d63c10ecc7702d36a70678ab46a1f2da7454 1,911 1.00/1.00 vMB 11
784,734 784,734 00000000000000000003ddf1a8a92204b582eccc3493484550a352d9c4db9471 2,143 1.00/1.00 vMB 11
784,733 784,733 00000000000000000001eca2a1e6b39d5224c1c45e0b58b378a7a9a49837c41c 1,985 1.00/1.00 vMB 22
784,732 784,732 0000000000000000000560ba4fb85da2aa93bfd9d2ddcfcb1487c262e140fdb3 2,011 1.00/1.00 vMB 11
784,731 784,731 0000000000000000000088778d63c862c987c06cc829099c1d8a8131c5fd8560 1,215 1.00/1.00 vMB 5
784,730 784,730 00000000000000000001cfcd15be2c1640cf8cf0ac09c1f24ac037a343b6fd70 2,724 1.00/1.00 vMB 19
784,729 784,729 0000000000000000000056127f795982f21ac43b9b5554e8951931145f49fb1b 694 1.00/1.00 vMB 4
784,728 784,728 000000000000000000037b4673f9ad4f5371ee76ccb7ad7d12304076193ba13e 2,326 1.00/1.00 vMB 12
784,727 784,727 00000000000000000000b3093559d4cccd83dea0ac33249e7aeb95976b22d179 1,483 1.00/1.00 vMB 9
784,726 784,726 0000000000000000000300a2c11ade9917a6a51f6840f36f0e81a24282f58048 655 1.00/1.00 vMB 4
784,725 784,725 0000000000000000000214373c812980764169403019ceda23d21c586ff73e13 1,374 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.92 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: 714.54 GB
    • Received: 17.56 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.