Loading Tool

Explorer IconExplorer

Memory Pool

78,341 transactions
29.38 vMB
0.06654067 BTC
Random Selection Loading Transactions
Max Size: 176.50/200 MB

Candidate Block

Mining Attempt a79a491bd30b14711d5f2219d6d26fca16aa4e932f21d8834a46388a4dbf5781
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 0832e4d0ddab4b374916754295109cee8bd6f25ba202526522165e49c874d798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,054
Size: 1.00 vMB
Total Fees: 0.00695731 BTC
Feerates: 40.21 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (44,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,923 870,923 000000000000000000003fb8d1309fcd6e81fe09dfb262b828e6e87c0c2bec8f 3,538 1.00/1.00 vMB 12
870,922 870,922 000000000000000000029d9a545c82ab292e8a59696e172b217f88389901018f 3,708 1.00/1.00 vMB 11
870,921 870,921 00000000000000000000f92e692d625271b672c062f70335db0c1319e89412c6 3,145 1.00/1.00 vMB 19
870,920 870,920 000000000000000000011fa9eb47bb41cb919d2c33b97c1ab25c60f49f1f7e7f 4,192 1.00/1.00 vMB 16
870,919 870,919 0000000000000000000281b3fefdf902c9536c9b64dd109c47fe43b41e86a4ba 3,856 1.00/1.00 vMB 16
870,918 870,918 00000000000000000000b2aefa9f4b9bb37e4371e1fca85d5416834292d9271a 3,543 1.00/1.00 vMB 16
870,917 870,917 000000000000000000012de43a5a188fe48ae12b9512128eae16af816b197d39 5,555 1.00/1.00 vMB 19
870,916 870,916 000000000000000000018b03c6ae732187be3494a1aab254080d041d96553b32 5,103 1.00/1.00 vMB 22
870,915 870,915 00000000000000000001e0829b2639ea4b0f0ffa3247ba0fa177cc3ff92823cc 4,994 1.00/1.00 vMB 25
870,914 870,914 00000000000000000002428dc4c803b65525852871f77d1aacd4188aee819e3a 4,478 1.00/1.00 vMB 31
870,913 870,913 00000000000000000000178d49c5d04996894857f7c29c9aaa2389fb3e73a943 4,582 1.00/1.00 vMB 29
870,912 870,912 00000000000000000002a03c3492b00b1026522bf21d543264f63ffbe15c1cbf 4,292 1.00/1.00 vMB 39
870,911 870,911 0000000000000000000026f3661ace0cda87b922d13d35280c9ac61c6ad364cf 5,522 1.00/1.00 vMB 31
870,910 870,910 000000000000000000020f360aac519f2e16475a7ed959b7c065a1d58af23e54 4,705 1.00/1.00 vMB 42
870,909 870,909 0000000000000000000121ad3fce6393ef5ec583b1a4b52299b49617c05bdc22 6,175 1.00/1.00 vMB 37
870,908 870,908 000000000000000000027c905a0596fc34307dcd488985324b29e7ba2cda239d 6,052 1.00/1.00 vMB 35
870,907 870,907 000000000000000000003dfa28ad9929678a7f7a6054af359ac1b3800b58d2c4 4,663 1.00/1.00 vMB 35
870,906 870,906 00000000000000000002579e81d05068188cfbace5402dbe593e5d28be65b311 6,102 1.00/1.00 vMB 29
870,905 870,905 000000000000000000005c0dbe059f6d6a2ca3d8dca59f3afc5b7934d3718bdd 5,696 1.00/1.00 vMB 33
870,904 870,904 0000000000000000000014f7cdedc807b88357b4aba1fa7fcb5bad4db52d8c2f 5,511 1.00/1.00 vMB 34
870,903 870,903 00000000000000000002ba883dd9048fd5c6576de02a7d0f8d635e1d4d56e73d 6,179 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.