Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt 737dc867ee873a30978e75e25579eb1b0d64bf0451584ffdfe24c90a61d690b6
Version 20000000
Previous Block 0000000000000000000206c1e0c8758b457d4a1f9452c474552980879a81c1b9
Merkle Root f841a0a393d46e81218d17464930c4ceb6238b42abece14255bc7f3d942d8a40
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,280
Size: 1.00 vMB
Total Fees: 0.01402218 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,547 (720,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
193,349 193,349 000000000000039d6901611e3465f62ab81d3931701c0e604944944f021b29dc 41 0.01 vMB 107
193,348 193,348 0000000000000056d25ba4c34bb4be7baa1362b74284aabbb4dbaf363753d4c1 386 0.12 vMB 172
193,347 193,347 0000000000000778d2e776d5210be0e85cf47854dd3c1ad6e948f770c940fcf5 13 0.00 vMB 487
193,346 193,346 00000000000006ab41b3b42fd0f9c0991d734a2144536b2668ba9e0edb77395b 155 0.25 vMB 76
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.