Loading Tool

Explorer IconExplorer

Memory Pool

82,220 transactions
30.27 vMB
0.11309060 BTC
Random Selection Loading Transactions
Max Size: 183.35/200 MB

Candidate Block

Mining Attempt c1d80dc763560bfe90560e489d609070503bbcc163ab3e97de1fc28aa47ef372
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 4b13e7e192fed544d8fdb8ce144c49ca4ebb39fa0a2bd7c1a4f444af01a68fba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,169
Size: 1.00 vMB
Total Fees: 0.03769466 BTC
Feerates: 121.32 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (295,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,263 619,263 0000000000000000000d013a0d4de3ab022c5f1df22b2c2bf730d04a22cb935b 1,863 1.00/1.00 vMB 9
619,262 619,262 0000000000000000000e044621f2769d0d9252c85fe21f37db9b92db73a82888 1,509 1.00/1.00 vMB 6
619,261 619,261 0000000000000000001045c34cd6f1c8a2bb7f67fa40f20698ebf5ba215f44f0 2,137 1.00/1.00 vMB 14
619,260 619,260 000000000000000000046e2477cd78b370a51e663735532a9ac51f9e09910c4d 2,258 1.00/1.00 vMB 9
619,259 619,259 00000000000000000007726e4ea9de5621ae2e84e5aab2823acadad23f6e24df 2,674 1.00/1.00 vMB 22
619,258 619,258 0000000000000000000ab56b490fe800c6086a41fc90156fa7d3438c3bc26975 3,025 1.00/1.00 vMB 21
619,257 619,257 0000000000000000000b7b3e4f064562a78dd96461ad26a21755186d0929f709 3,126 1.00/1.00 vMB 16
619,256 619,256 0000000000000000000dcbc60e3cb34991362a049862e49e04464e9ed9326aa0 3,192 1.00/1.00 vMB 24
619,255 619,255 00000000000000000010eecc3d1a41cbf7df907d49e50cb214c915dca1b8628a 2,712 1.00/1.00 vMB 37
619,254 619,254 000000000000000000031a0c637111f4fd4585df2658c4e67eaf39bca88a2faa 2,277 1.00/1.00 vMB 13
619,253 619,253 000000000000000000118d6075ee654738427df7a4545caeb0c6b38265a2147a 2,959 1.00/1.00 vMB 23
619,252 619,252 000000000000000000089e6dc46894a9377d4a2a9abc78906083ccd3ee15f949 3,472 1.00/1.00 vMB 30
619,251 619,251 00000000000000000000bf4fb2681263779e398efa53fd20f60246923bb518a5 2,833 1.00/1.00 vMB 22
619,250 619,250 0000000000000000000fb2db87b3a2f1a17d98706b18edeaa285385dd2cd5619 1,841 1.00/1.00 vMB 13
619,249 619,249 000000000000000000105eecb0ec2e74326408f4ff21782b34b31fda1017f3b4 2,483 1.00/1.00 vMB 22
619,248 619,248 000000000000000000040be34007804af7fe75765a4637ba53c043be9529f489 2,848 1.00/1.00 vMB 16
619,247 619,247 000000000000000000065e76cc2ebb94c6b0c7e8ff1def5600d747a2c4106bb8 3,036 1.00/1.00 vMB 18
619,246 619,246 00000000000000000007bb82f5901a3a0cc43e8aaf765b854d52daad7caf47d2 3,496 1.00/1.00 vMB 23
619,245 619,245 00000000000000000011bf4ec2d72ffed89935471efdf654201b0d86fc5070e6 2,678 1.00/1.00 vMB 32
619,244 619,244 00000000000000000005be1d1e9d0f5ac8f3dff72c03cd57f8f127cb980e95dd 3,090 1.00/1.00 vMB 27
619,243 619,243 00000000000000000002aa9498c66ed6f1cd110eb944da4e40e1c003db136afb 3,007 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.63 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: 672.36 GB
    • Received: 16.21 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.