Loading Tool

Explorer IconExplorer

Memory Pool

37,724 transactions
17.99 vMB
0.13904017 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.75/200 MB

Candidate Block

Mining Attempt 676a820ed5f4cfcc8bcca759b24065b8573266ad0be4338644778610b90972bc
Version 20000000
Previous Block 00000000000000000001ab848c87dfb69fa6da8fc174f477469f30d59a2ed557
Merkle Root 4f96899feb90baaae23aed066565ddb3169963608f4310e197a68bc7c28f0203
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,147
Size: 1.00 vMB
Total Fees: 0.02835492 BTC
Median Feerate: 3.84 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,332 (700,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,935 212,935 00000000000002bf35a45b6ec4c27d495109e13584ac45a6cecbb590eb7924f3 770 0.25 vMB 325
212,934 212,934 0000000000000128e08ca0a791893c5408ac466e484406a68fedc1d4905d9725 307 0.28 vMB 155
212,933 212,933 000000000000023234b537615c36d36c68663242a7264722b6a6adb396d1454f 121 0.05 vMB 101
212,932 212,932 00000000000001b6bb519c86d8ccf5be2571b4462d783e7813f379fd36297d04 120 0.23 vMB 77
212,931 212,931 00000000000001e9d1eaf57aebff08b569548858ab0f7e10e5347b3db6a6b138 191 0.21 vMB 90
212,930 212,930 0000000000000003ec7d76badbd91c6a0b5a9231dd27e71215ca2288e4f68ddc 231 0.11 vMB 169
212,929 212,929 00000000000004c574d6aff0c3faccffcd805696575e6248b783c89402643e14 1 0.00 vMB 0
212,928 212,928 00000000000001263af694e022a0da5a123fd74d72813235f1c60a5343655262 411 0.19 vMB 138
212,927 212,927 00000000000004a3a93a64d7bc4055360d1c0335895ad19ecf0a9e29a4893883 384 0.25 vMB 132
212,926 212,926 00000000000003df72266b65a4bd34f8ada3df13836998c875cb38529c752b6a 688 0.25 vMB 200
212,925 212,925 000000000000034b64fb34493dade8e45af5eaac52ed758d8c39fba60023b661 25 0.01 vMB 133
212,924 212,924 000000000000034d4c1251cf164631c5cbd4fa3336d5e80b7edfb09007132d9f 657 0.25 vMB 243
212,923 212,923 000000000000009419a6ad905b0a159da247dadeff74f6a74032adb90281381c 598 0.27 vMB 183
212,922 212,922 00000000000004e7e225e7c500fc2499ff04992fe453b751ac03e001e59f9ddc 10 0.00 vMB 215
212,921 212,921 000000000000044c011d05948f4019643ab24caa3bf55d7d1d135a9e99e0981c 608 0.27 vMB 186
212,920 212,920 000000000000025e9860d5ab2be601d29ad24701f7b35ab9f9ce609e4e8ac0c7 134 0.05 vMB 75
212,919 212,919 00000000000002ab8c54f05c88a51b26116e47c4183fb350d88a8c1223bed038 9 0.00 vMB 120
212,918 212,918 000000000000035431dbd2a233292ef7586334e8db8c81df6ea3f1c2b9e43370 614 0.25 vMB 215
212,917 212,917 0000000000000469897bcf4f296ddda7180463623383217e3c4fe4d29a4cb7de 596 0.25 vMB 185
212,916 212,916 0000000000000364f3dde9517a8b99a78c09b215bf4d79e19587e2695b6aaca9 114 0.04 vMB 101
212,915 212,915 00000000000001d590847b837bdce7e256c15ebbb6a4850b1e8895951d37a15a 546 0.20 vMB 197
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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