Loading Tool

Explorer IconExplorer

Memory Pool

64,838 transactions
21.48 vMB
0.08072260 BTC
Random Selection Loading Transactions
Max Size: 136.43/200 MB

Candidate Block

Mining Attempt 9b8675233b4ef23b85e00f70851a098329e40d7868a5a5ab80f730dbc53af21b
Version 20000000
Previous Block 00000000000000000001d4de7de8049111c10bcfda8c0c2a67a4b3c06ee3fdf1
Merkle Root 8976665c27b738593726d62126f1224ce74331a3f8ab599ffe7d4f01ff61f96e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.03106236 BTC
Feerates: 318.30 > 3.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,674 (717,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,454 198,454 00000000000000fd5833f79d025ef0ef236696d1e3816f91f0193268943d330f 144 0.05/1.00 vMB 110
198,453 198,453 00000000000001f32eb243db1a729c6a19cecc930ef90fa115beeaef6f8162a2 29 0.01/1.00 vMB 79
198,452 198,452 000000000000033a01bef4c6a2b3d9f5bc3125cde693d3d86a25dc24c2e2eca6 144 0.07/1.00 vMB 111
198,451 198,451 000000000000016b2ac78135a588ef3ee08aa2c1afc97182157e7422848208fb 447 0.20/1.00 vMB 200
198,450 198,450 000000000000003b24e53ab6175f32b3d2e3c72e76cdf952dd59fbff17be12c0 175 0.06/1.00 vMB 97
198,449 198,449 000000000000053326a963fde056801a21f7962b185be2b49e83a9dd2622c305 512 0.33/1.00 vMB 145
198,448 198,448 00000000000004d69dfc8a460e9d9c421ef98c6dc33317f4d87ea72489d39ccf 9 0.00/1.00 vMB 1,053
198,447 198,447 000000000000034e5b886accea75af54f43991abf5d788cf7d0776c357825c97 29 0.01/1.00 vMB 142
198,446 198,446 0000000000000101ebfc454538b40b1208676b7c1bd0718b4d16f67edffe3d72 50 0.02/1.00 vMB 133
198,445 198,445 000000000000035fe92b3d05f0bcee52993d65dda00b63b40055fb35b1ce51f5 131 0.13/1.00 vMB 82
198,444 198,444 000000000000010b798c5ca7290ae3b84f6c400b34f22ae2aca862435fa190b8 129 0.05/1.00 vMB 198
198,443 198,443 00000000000003392987e8e7e78a5704bc23d5d5498c6964d2ee15c7cf36932a 512 0.19/1.00 vMB 63
198,442 198,442 00000000000002165a7e819ac8cd1fe55d9ae7543ced3ad271f8e707f9c502f1 128 0.06/1.00 vMB 86
198,441 198,441 0000000000000637e34525ef7310f98c49b5a6269e121cb0f99f1cddc6960cf0 67 0.03/1.00 vMB 168
198,440 198,440 00000000000005f69cba71a01ef9d1567eeaf1b7f629593fbd75c7944dcb0ce1 276 0.11/1.00 vMB 131
198,439 198,439 000000000000062c5cb9e74a0bc75a7ede5ae5b296f81e0f6d957d10021eb228 319 0.13/1.00 vMB 184
198,438 198,438 00000000000003615fe16c2bc0c6d7dccd4d5eaef5356be69792323fd47f5543 97 0.03/1.00 vMB 69
198,437 198,437 00000000000000e681c82aeec22fb8ecab84a19079d3cfe1518972474ee0d54a 113 0.05/1.00 vMB 169
198,436 198,436 00000000000001a7ab455e2f1e306bc42ed90b3cfe8fdadb424bb3d71908a308 40 0.02/1.00 vMB 191
198,435 198,435 0000000000000393ed201cc58beb9ab48f8237a2692e9d5b24bca3265060e8cd 256 0.09/1.00 vMB 68
198,434 198,434 000000000000034c6399531d2484be798caa82f6346ced8382765c0482055ded 135 0.06/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 783.55 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: 774.25 GB
    • Received: 20.66 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.