Loading Tool

Explorer IconExplorer

Memory Pool

73,200 transactions
27.68 vMB
0.07506399 BTC
Random Selection Loading Transactions
Max Size: 166.84/200 MB

Candidate Block

Mining Attempt 53d9b0f22d2988ce7acd6a3bbba7293b51dd37ea30e10c933e795dce912bda1d
Version 20000000
Previous Block 000000000000000000014d168f10895f434521b3d46621a949e81e54d28e4bc6
Merkle Root 6b50330cd30ce966fa48b13653d95fb4b37c29126971f190b46845bf7ae4ad03
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,175
Size: 1.00 vMB
Total Fees: 0.01513704 BTC
Feerates: 150.68 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,554 (717,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
198,433 198,433 00000000000005566b70098bccf0e338b80e15f830c58c0f11ec7a3992b17d68 215 0.08/1.00 vMB 160
198,432 198,432 000000000000060039048fa3436cf084912536d54c5d5b452c1e9d4ff82c2880 36 0.02/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 783.35 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: 768.34 GB
    • Received: 19.56 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.