Loading Tool

Explorer IconExplorer

Memory Pool

86,655 transactions
31.81 vMB
0.10880558 BTC
Random Selection Loading Transactions
Max Size: 194.87/200 MB

Candidate Block

Mining Attempt e376573778103242a1d6cd57a8c496458f10158a658ac7a19015a9889c7a0051
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root c45e296e365256d0a549862aee16b203ffd74f8859b7d3cde031069c5c2b2df9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.02815004 BTC
Feerates: 1,236.26 > 2.82 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (268,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,901 646,901 0000000000000000000cbdc01ff16283622122996f3e68bff6b5f8b6ef05e1c0 1,892 1.00/1.00 vMB 36
646,900 646,900 0000000000000000000ed94caedacbcc54b9303b48d08afc9ffdbdc0c81464f2 3,097 1.00/1.00 vMB 115
646,899 646,899 00000000000000000001e0f6f25f2b1b83001408706cbc9c76d5f34af5bc2ff3 2,740 1.00/1.00 vMB 65
646,898 646,898 0000000000000000000116838809609f377d0415198997189dafdb23df47f603 581 1.00/1.00 vMB 21
646,897 646,897 0000000000000000000b87eda5f0eff2b934e8dcab85f5134f0967f6a1e807dc 1,123 1.00/1.00 vMB 25
646,896 646,896 0000000000000000000bbc6bf6c076aa31f37e22262d985c0bb1662fa05a39e5 2,334 1.00/1.00 vMB 24
646,895 646,895 0000000000000000000510da39236dad027e4c5aff42353f1a1b692c438e11ab 2,702 1.00/1.00 vMB 51
646,894 646,894 0000000000000000000bd6eb855544c596a1dfc14a5bc920744573bfc7765186 2,317 1.00/1.00 vMB 65
646,893 646,893 00000000000000000003c229b43a1925d3cb23ef4aea5f53628edc2dff2f6e5f 1,828 1.00/1.00 vMB 48
646,892 646,892 0000000000000000000de3bc62fd58a7a2c4973480f123bd936628c024f037c4 1,599 1.00/1.00 vMB 139
646,891 646,891 00000000000000000008a204a01a12c5f46d2fa518878e5ea82ffb975a21c275 2,295 1.00/1.00 vMB 33
646,890 646,890 00000000000000000008f1c342597ef9ef41641e2dd32b0009570758794338b4 1,922 1.00/1.00 vMB 78
646,889 646,889 000000000000000000098584b15c1dc7bba32efdbd91668ca19393870a76ff39 2,055 1.00/1.00 vMB 88
646,888 646,888 0000000000000000000e563ca0b90f9b1d43dc60ce15db3b7c2bcab0c215f17c 2,708 1.00/1.00 vMB 82
646,887 646,887 0000000000000000000724e7ca6f69377f3da85912d2b18f7efb804819a6d603 2,802 1.00/1.00 vMB 69
646,886 646,886 0000000000000000000d81c9738cc2969004e4b42d8981cb540e7a60d6567d15 2,496 1.00/1.00 vMB 106
646,885 646,885 0000000000000000000f0a5f60ee79325b5b5057efb99920467bd7fae561834f 2,195 1.00/1.00 vMB 118
646,884 646,884 000000000000000000077fde74c531bea2b98b34860131d0e724f31623d5afbf 2,783 1.00/1.00 vMB 146
646,883 646,883 00000000000000000006d43e6604f4c915def806a78e50384a84e10c679a24e9 1,467 1.00/1.00 vMB 119
646,882 646,882 0000000000000000000cb6668dbca495ef52566c34b7aa72ad43421d9388bdbc 2,125 1.00/1.00 vMB 134
646,881 646,881 00000000000000000006a3dc74272a68c9881714a1191e812b25babbe812f3d2 2,696 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.