Loading Tool

Explorer IconExplorer

Memory Pool

27,983 transactions
11.27 vMB
0.03314484 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.44/200 MB

Candidate Block

Mining Attempt 3e9862ec75084be9fa929967da8f1d62ef975e7c5e73577b3b441bce936c4f7d
Version 20000000
Previous Block 0000000000000000000206c1e0c8758b457d4a1f9452c474552980879a81c1b9
Merkle Root 8eb460ef1f917dd4c04d558b9aa06768a7f67958b22ebac70c753300d9225226
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,273
Size: 1.00 vMB
Total Fees: 0.01409473 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,547 (720,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,370 193,370 000000000000032473a4c2789dd813a3f0cb680c3f28553bc3d21f87d091f440 135 0.06 vMB 134
193,369 193,369 00000000000001c856b76d6f1d7b19a484671636fc9701d030cee470c726da7c 32 0.01 vMB 161
193,368 193,368 000000000000075e386d6b033868fb4dea561c2e3b1794deb81b5ad0c477b75b 246 0.10 vMB 128
193,367 193,367 000000000000082b930ba44228a37da9be915aded0fc7c512397d755cf8d3096 47 0.01 vMB 5
193,366 193,366 00000000000003e69746cc59ebcdae03f20ff315692c099308efbec541bf3bb3 59 0.02 vMB 162
193,365 193,365 00000000000007d463775393a1bdd6aa651c318968985bfceaea6fdc67d676fe 52 0.02 vMB 171
193,364 193,364 000000000000054f5380c028dfe5e321c7f20c53730fe330b0e98d17df21fd2d 365 0.14 vMB 71
193,363 193,363 0000000000000431a4600caa6033eff2ae01a8c1dad528b4995e6d8d7943f9ce 243 0.09 vMB 144
193,362 193,362 0000000000000714e64622dbb91d4a3fc4605a0aba627f3fc5cae648d1d02b11 256 0.10 vMB 116
193,361 193,361 000000000000049c125fa53209b0aac372f768e5e0be36dae2761cf7c2f37ac8 220 0.08 vMB 807
193,360 193,360 000000000000082b3ebd39af822f19e117020cbb81e38e9dad2a4841a726fed0 13 0.00 vMB 33
193,359 193,359 0000000000000171dfaaa61320e0cba75005a13e3521ca5a07a86b7d2599ba3e 3 0.00 vMB 0
193,358 193,358 0000000000000368fb32f70bf5caf65f75f0e6a239d271641aead028e262e247 46 0.02 vMB 109
193,357 193,357 000000000000003623fae2b32fffb333c697bc04aa7616fab87f9c5346568ed6 114 0.04 vMB 149
193,356 193,356 00000000000001b45bb5967639cf1cbba490f312cfc1c4397d612fa946cea25d 72 0.02 vMB 51
193,355 193,355 000000000000067784cb78f912f7a11037136a93045c2a1da45106934fc693f2 97 0.04 vMB 112
193,354 193,354 0000000000000016a347ef652b2d3855cb69d5647906921c06ebf12ce0754c98 209 0.10 vMB 113
193,353 193,353 00000000000000fbd02b502eb7e05a42b069ad5632c689caeac34289db8bec2a 112 0.05 vMB 158
193,352 193,352 00000000000007e4288511e41e5b191890cff5d028fd16131bd51b5adf270772 648 0.19 vMB 26
193,351 193,351 00000000000002fcc396729b7bddc7fd6f2e88cb2f3507bbb4d715ce11f000c3 64 0.03 vMB 214
193,350 193,350 00000000000007dab570f35c2960b8da6594a2bc4f7057973a3c718f7cc3e54d 17 0.01 vMB 60
Previous 10 blocks ↓
Total Size: 779.81 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: 412.66 GB
    • Received: 2.20 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.