Loading Tool

Explorer IconExplorer

Memory Pool

46,154 transactions
28.55 vMB
0.06537426 BTC
Random Selection Loading Transactions
Max Size: 152.15/200 MB

Candidate Block

Mining Attempt e531926e874b613295923719fa1fa1b06868cc3adba18454a12008f692410290
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root c95f24e54ee79b4196386c332a5c773ff598203310d0d5b1ec1d50bf7be689b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,305
Size: 1.00 vMB
Total Fees: 0.00977368 BTC
Feerates: 100.60 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (729,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,702 185,702 0000000000000689a1febcfe33676a48acbf3ec284c653d535ba2df9e290abcc 314 0.14/1.00 vMB 128
185,701 185,701 000000000000025e270b1cd0367679c0ee5ba60ef5167342d3d5dc104f7ac12c 256 0.11/1.00 vMB 112
185,700 185,700 00000000000000edf3eb0bb52b748382193be6cbe9c280df264b45de5bc55485 127 0.05/1.00 vMB 113
185,699 185,699 0000000000000466f2064da59567b895ae739656247a98277a84881efdf3b808 51 0.02/1.00 vMB 100
185,698 185,698 000000000000020c6aab797d53336db915bcdcf867833d70962f5b120bdafdc2 443 0.21/1.00 vMB 128
185,697 185,697 00000000000005934f94a6a6739ff17f859e990660cc1e30910f629ae212950d 71 0.05/1.00 vMB 603
185,696 185,696 0000000000000429d90b6603313b042368d08f70e432b6cb893b1aec5329378c 55 0.01/1.00 vMB 120
185,695 185,695 00000000000005aeea6d8e5fa773a464cf628c58e8c971ac0ab3c877421a351c 66 0.02/1.00 vMB 187
185,694 185,694 00000000000004f017a42ab911f75b35a722803674e46cc76bcb0570aa14aac9 80 0.03/1.00 vMB 98
185,693 185,693 00000000000003d97bd2c7663fa3b1b007cdc44d872beb24f775f810c172b216 73 0.02/1.00 vMB 35
185,692 185,692 000000000000067253c8b93b6b61cbcfb0b299f418fcf2e293b6632951db6767 263 0.13/1.00 vMB 108
185,691 185,691 000000000000084bb2b40ca6db0686dfd0d5d29dbf1d9156953614c6b0bf200c 202 0.25/1.00 vMB 387
185,690 185,690 00000000000001e7b08cadbb3007db53f044ca80e932a21e63c2cd77250ad2fd 168 0.08/1.00 vMB 137
185,689 185,689 0000000000000320383f5a940348d9add6e389a83e363286c77135e4aa73f45d 119 0.05/1.00 vMB 181
185,688 185,688 00000000000003130176accc4b2ee10f8b008b02d7cd3a74dbebca4826e32de7 259 0.12/1.00 vMB 119
185,687 185,687 000000000000035ace98b797b50199f6fae611573d4deab07f3e302d79f61e3d 80 0.04/1.00 vMB 221
185,686 185,686 000000000000059bc1cdf5c58f111e16b59d74eb8e741390618142b11eb5649e 66 0.05/1.00 vMB 75
185,685 185,685 00000000000009b34e103068879cb6d1618149c876a3555f6cda285d76f11550 415 0.20/1.00 vMB 111
185,684 185,684 000000000000055822e04be608adc39fc47eb2897562aae007025ad0ca3325be 15 0.02/1.00 vMB 40
185,683 185,683 000000000000010527159bbbc4775760a1d67efc2f6195f1f1fb73c410688537 86 0.02/1.00 vMB 70
185,682 185,682 0000000000000380712dde2223162e0a6e8be622d25bc0fe9235632f5e9661fc 107 0.05/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.72 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.