Loading Tool

Explorer IconExplorer

Memory Pool

31,661 transactions
25.26 vMB
0.05885124 BTC
Random Selection Loading Transactions
Max Size: 125.72/200 MB

Candidate Block

Mining Attempt 3ffc9f89151d58f863c2f968920b2a3c356a0a09f40f5e5a2eb779147c91d1ea
Version 20000000
Previous Block 00000000000000000001722f1792b25382798042f3258e47694b9704d856e804
Merkle Root b32729abb183d11289282f1043dfa7211167cb25011620617735660d8fdf018c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,065
Size: 1.00 vMB
Total Fees: 0.01290414 BTC
Feerates: 150.93 > 1.29 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,209 (787,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,410 126,410 0000000000000f8f1852031d6d5a8011457114736ce310862fe18eed35c74a9d 45 0.01/1.00 vMB 194
126,409 126,409 0000000000002eda614ac818a63fea56ef227463866dbc660a6a2ff41eb0f7b2 73 0.03/1.00 vMB 1,726
126,408 126,408 00000000000035ba8a2b53603e5c7a6d674a849372a17ee78554b7cc5dbe8f4a 23 0.01/1.00 vMB 855
126,407 126,407 0000000000003539811a1d61d730a7fdbc3238efd805ea97104efc5135f031dc 14 0.00/1.00 vMB 465
126,406 126,406 0000000000002371aeee0ae4ada02c4f3a5c7b087f0570071728bc036a745f11 11 0.00/1.00 vMB 1,108
126,405 126,405 000000000000203da7567f84230abc7ca826d42939d22ed528b4d68a19a04e74 10 0.00/1.00 vMB 268
126,404 126,404 00000000000038571ca6a6c0cb12bebc4bbfe0f6e3a73132dc7e126154f8311e 32 0.01/1.00 vMB 98
126,403 126,403 0000000000000851cebb8b07d97688085371c7e51a29e83da72e9c5e3d6fcd1a 40 0.02/1.00 vMB 788
126,402 126,402 00000000000016591317a1e123aff87f69ca7ae4b506e0062700152e4119a42d 12 0.01/1.00 vMB 375
126,401 126,401 0000000000000f9ddef454c312a8bccd9baa808ffb9773755cf0ab867331e742 22 0.01/1.00 vMB 1,544
126,400 126,400 000000000000443a397c099458703e381557d45881bdbe78d50e81919fbe007a 1 0.00/1.00 vMB 0
126,399 126,399 00000000000018b1d3a0414d4c19ae5ce31da24c7a7bf28e33a139b595b2ae68 3 0.00/1.00 vMB 2,283
126,398 126,398 0000000000001605c2c35cdcd504102f48aa83f93c7e31752a43b9daf603e256 4 0.00/1.00 vMB 0
126,397 126,397 0000000000003c7c312c2c6cb7f982e6d744d1507187ffdd55fc89d6509e6a06 80 0.04/1.00 vMB 421
126,396 126,396 0000000000000a4fa8136e3b576b878129d6ab18e6bf0238ef798d5e8d7e96bf 16 0.00/1.00 vMB 476
126,395 126,395 000000000000107638af23032afa4372fa03bf3c6c57e3cf5aac686c8101ac96 32 0.02/1.00 vMB 1,133
126,394 126,394 000000000000292ce375ca6f7143e6fb29156fbbcf458ebda5fb43752560b5b0 8 0.00/1.00 vMB 484
126,393 126,393 00000000000007721a6aef4e831400666b538688f28c3f9c748976237b4d3304 5 0.00/1.00 vMB 0
126,392 126,392 00000000000044a66aaa8e54d3cea7b42f00b5748583758e7ad4236d4eb6dccc 5 0.00/1.00 vMB 849
126,391 126,391 0000000000000491cf015082e7836c2d6d38b1ba4dcf6d674e7d4ac52c749181 54 0.03/1.00 vMB 460
126,390 126,390 0000000000000b76e38b396f1ab4587c60dd752cc4dcb59578a90717af939f06 9 0.00/1.00 vMB 324
Previous 10 blocks ↓
Total Size: 780.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 573.94 GB
    • Received: 8.10 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.