Loading Tool

Explorer IconExplorer

Memory Pool

12,576 transactions
5.05 vMB
0.02901910 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 30.33/200 MB

Candidate Block

Mining Attempt 60d40db60c31dcd0c282a62e29cfd960a12105cf60abd95da6d4673c38b9189a
Version 20000000
Previous Block 00000000000000000001312ee623fd6dac294ac34a9e3726eb42095cad139343
Merkle Root ab6e7ab9c71a3cd560ab8098bf29f1c75318ea20484675dc7c4cb9d1a3d8779b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,750
Size: 1.00 vMB
Total Fees: 0.02145772 BTC
Median Feerate: 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,462 (655,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,953 257,953 000000000000000baca05804f1de42843654d54b2d462f4dd43126beab418759 214 0.08 vMB 108
257,952 257,952 000000000000001dc3e03cc2e9c853b74e9db185af90ebdeeff6a1b07c73c94a 242 0.09 vMB 109
257,951 257,951 000000000000002c67fbc83965e5efbcd9c1e5acc1e100aaff5e0373b9438835 217 0.10 vMB 106
257,950 257,950 000000000000001d0c53182c3a9b9b9496892a3f99ac84500bcbad8eb2b78848 187 0.07 vMB 112
257,949 257,949 000000000000002b121abd880c4f10a39e0c589aa932a1cbbe4b45389f0a46b3 48 0.02 vMB 88
257,948 257,948 000000000000000b6943b3ba4fdaf32f801816841bcb7c8befde9b65b11fb374 228 0.10 vMB 77
257,947 257,947 000000000000000a255bbfefd0417da92d308ce477a95314534087b73c5bb5f0 128 0.03 vMB 99
257,946 257,946 000000000000001cc5e3a17400662e1c7d3f98076d035764d030209229eb74f4 23 0.01 vMB 77
257,945 257,945 000000000000001e390a2ada423162ca55ff2068654dd38036beed58f6fc68fe 172 0.08 vMB 97
257,944 257,944 0000000000000001abe3cc791eb01337ec983ccde3670c420b6f56b537d50144 166 0.06 vMB 119
257,943 257,943 000000000000002552f36021a9c108b518e827c95ab596346aa4e71d8ffb5516 218 0.09 vMB 97
257,942 257,942 0000000000000000e3fd6ddc7b4ecd390bbf8f2af7a61f91061977f9f8e6a0de 202 0.07 vMB 153
257,941 257,941 0000000000000014af4480324758713cee905e67d1318dfb5330b36f1a8d6f3c 32 0.01 vMB 95
257,940 257,940 000000000000000d016f34fbddce9779d22fa476532fb535f5695f2e26f12bd3 484 0.19 vMB 107
257,939 257,939 0000000000000021d6895d698adcc4fa408d5d20bfb30aa4b6898368960504db 60 0.03 vMB 105
257,938 257,938 0000000000000005a88d9857e224af88aa565e70f4f9ff988f4a242cffb00d48 27 0.01 vMB 175
257,937 257,937 000000000000000641ab7537e3975bb23cd49eb73df761fe12433f8a45393358 135 0.04 vMB 139
257,936 257,936 000000000000001168da6098a4ec38d995ab5b4cf3783b6d60ea5e266fd65f12 346 0.12 vMB 138
257,935 257,935 000000000000000c5e31df206332d7be745ac5e584cdfc08a00c202f5dccd1ee 24 0.01 vMB 40
257,934 257,934 0000000000000000ad34ba73f258167260494cd9c5154a59e29bcefe660618b5 307 0.12 vMB 101
257,933 257,933 000000000000002ebd7accacf743dfcb1be8d6ddf96006ed7bda745b98bd55aa 148 0.07 vMB 93
Previous 10 blocks ↓
Total Size: 779.67 GB

Node Details:

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