Loading Tool

Explorer IconExplorer

Memory Pool

13,635 transactions
2.77 vMB
0.01439978 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.90/200 MB

Candidate Block

Mining Attempt 88b8f9ac80ffda1693f8095da9ff45891928d7358b9f752f4961fd5ad46e60bf
Version 20000000
Previous Block 000000000000000000010b63f86f3a1130f530c88870bd43de757e720fd22e3d
Merkle Root a4f1d2de014465a976683f9a125801ca4f98b7e6b1d954b9a389d6e4c8e10f8b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 537
Size: 0.37 vMB
Total Fees: 0.00826973 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,857 (717,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,930 194,930 000000000000009ba4349622742fe5df097019682447d76ab17b7644c76e4ef8 0.02 MB 80 176
194,929 194,929 00000000000002502052f1ecb1296483548812724eee078b558a5e5fae070b1a 0.06 MB 116 109
194,928 194,928 000000000000029ee5399a71f532d976b9c6dcf54515c4a98ff2014b27d4f239 0.18 MB 451 132
194,927 194,927 00000000000000eebe0871ce76f8e91fc7779096875a190b09b379537ef02ed8 0.05 MB 88 72
194,926 194,926 00000000000000849e79c745e238a3d3e165f65dfaf83e876e28830b1bbf74bc 0.05 MB 152 32
194,925 194,925 0000000000000657301179473214db0b8467a97dcb970504eb061e7c4aeac699 0.10 MB 256 134
194,924 194,924 0000000000000476607f8f067986c5beef3fe60bb72bef1350d151c5f7f4e1dd 0.00 MB 11 149
194,923 194,923 00000000000004f0ae8b9b7c4e0ccb17f2e0c3b263baaec1dd7804596d584902 0.09 MB 203 167
194,922 194,922 00000000000002eda409c6cf7ea846b4e570a2befd86a561f48ebc299d57c483 0.01 MB 25 314
194,921 194,921 000000000000052215a342d9cd88d6ac07b9cddcd8d69eabea0cdec5a051521b 0.00 MB 7 106
194,920 194,920 000000000000040f151e2e56b1a61e5265761466d9bef892b0632900551188e7 0.18 MB 439 150
194,919 194,919 00000000000002df55d8bb63a6ee4afaf6467f46d10ce93c8f1610dd00bf151f 0.01 MB 32 31
194,918 194,918 00000000000002415103ade86dde2518544d3dab1d8f520671db682e1bd33389 0.01 MB 24 159
194,917 194,917 00000000000004ef55df999a0b1723ad861a9323cc4d775f13c9e8c1b94eba6a 0.11 MB 256 44
194,916 194,916 0000000000000216b01184f4fdb95f70e144df799d7721da213d5950e6cd311a 0.07 MB 193 150
194,915 194,915 00000000000006a9bb939de434897d6c9b0c85f4cd8293ec7935608afa08e4f4 0.03 MB 83 523
194,914 194,914 00000000000000e51cab50a6f1d1aa7e1e1bafea5b39a3c9743ec2e5a8cd5057 0.01 MB 32 123
194,913 194,913 000000000000067feb394abef467761d000ed4368a1ffa45912388ebfdc04972 0.08 MB 210 168
194,912 194,912 00000000000002d6a9fe9687cb3c6d55c5428fc1bafac490ff974f46203f9246 0.02 MB 70 8
194,911 194,911 00000000000006f9fda50a7f57b937fe7bd7162a52d5b0495eba69a382fb1097 0.00 MB 1 0
194,910 194,910 000000000000051ab920ac428872df05659c1afe1afd569fa6babf388ae5a3d4 0.08 MB 221 138
Previous 10 blocks ↓
Total Size: 778.59 GB

Node Details:

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