Loading Tool

Explorer IconExplorer

Memory Pool

36,266 transactions
25.81 vMB
0.08454683 BTC
Random Selection Loading Transactions
Max Size: 132.12/200 MB

Candidate Block

Mining Attempt 340183f033269f814615c9eb88b996b9e7cd25e1cb261094a9462ac73adabd36
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 292b50f324bbf0947512038ce111717e8ce9d89dd7ae7dd8ff108f945e81c80e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.03722231 BTC
Feerates: 171.09 > 3.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (94,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,833 819,833 00000000000000000001fdc7064b0cb159d9f1ff235fd79b59de532dcadd7677 3,540 1.00/1.00 vMB 170
819,832 819,832 000000000000000000027b5d4dcf078f1d70a2c20ea5151579401e70ad72f36e 3,832 1.00/1.00 vMB 180
819,831 819,831 00000000000000000001b1acd3a32cac7a5d0cbb203519e52cf2aa185cdc097f 1 0.00/1.00 vMB 0
819,830 819,830 00000000000000000001bf80bc2c98714f0fd84195d60b2b4fb84875090533cd 4,837 1.00/1.00 vMB 207
819,829 819,829 0000000000000000000063e80b1c87d6ed7080ea7c378762193d6976c131570b 3,511 1.00/1.00 vMB 207
819,828 819,828 000000000000000000035c3ba71b415a3ddc8edfe62c5bcebc81b4e9d3112499 4,137 1.00/1.00 vMB 155
819,827 819,827 000000000000000000025f0095d2e5b8e5f33e2c14d3df21e385a79ffd9054ca 3,243 1.00/1.00 vMB 159
819,826 819,826 000000000000000000023b459046f0ff68f2654dd0a097c41aa49936bf7f0b48 4,637 1.00/1.00 vMB 179
819,825 819,825 00000000000000000001007d4b0b5a8a1d3fae74e9bb75c528a36d977bd6ca48 4,193 1.00/1.00 vMB 169
819,824 819,824 000000000000000000032ae11e71f62b41f53ec2c0ec9e10ab710bc2dd95e62b 3,582 1.00/1.00 vMB 198
819,823 819,823 00000000000000000001f4e5ec51f9191df7bfd106db473d9e08a2ec6bfe96e5 4,475 1.00/1.00 vMB 162
819,822 819,822 0000000000000000000049de57315f59d9d9fb35f3afd258d7cd17060ea69db1 3,748 1.00/1.00 vMB 178
819,821 819,821 0000000000000000000080bba0cdf6422362b4c709eac1ce3f798dcd35498aa3 4,375 1.00/1.00 vMB 162
819,820 819,820 000000000000000000007f3c5ec0145576d6aa757f4d71889e49fb0712159694 3,690 1.00/1.00 vMB 164
819,819 819,819 00000000000000000003cd8342bb8d829d51e1d348972a547e509f60b1968818 3,766 1.00/1.00 vMB 148
819,818 819,818 00000000000000000000b706386dba381d37a8c82b6add9b9956ebfb269f3c55 3,089 1.00/1.00 vMB 159
819,817 819,817 000000000000000000038860b295eee228005bbf7e472bfe362f8cbdcf11e2a5 4,666 1.00/1.00 vMB 94
819,816 819,816 00000000000000000003bebd27752db779cb3066f130c44fe333d1a4aad54164 4,274 1.00/1.00 vMB 92
819,815 819,815 00000000000000000003546ad844872516ec3db5af3b497f3a9b1af8a9bde850 4,487 1.00/1.00 vMB 91
819,814 819,814 00000000000000000000e3dc9aeacfe387f03a57088dc12b8ae21157ed77eaa8 4,152 1.00/1.00 vMB 90
819,813 819,813 0000000000000000000403a88a91a4f2f0eed60d9ed75548e16b4f5c829b403c 2,573 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.