Loading Tool

Explorer IconExplorer

Memory Pool

25,173 transactions
5.68 vMB
0.03300496 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.55/200 MB

Candidate Block

Mining Attempt 2aa812f263f357bd4595f2598756242a834fa9921e9a668a31fbb09b52acdfa6
Version 20000000
Previous Block 0000000000000000000023aa70be27ea7f453122d109f0e533ccdb9046dbc182
Merkle Root c68dc36975da398629ddd4988f8b6d5307202938ac982435e951431a15f4da16
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,863
Size: 0.75 vMB
Total Fees: 0.01980395 BTC
Avg Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,138 (698,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,372 214,372 0000000000000471c6f4f6ec44d6727b9bd7256270f95d8b493030ec34a69d67 0.12 MB 325 184
214,371 214,371 00000000000000d7167fa0dbf807ad748f1137503bac0aff74e2d2f2375f75c4 0.25 MB 600 171
214,370 214,370 00000000000004e44cbb08af1271fca6a03c7d38ad910eb9ad5bece59490794e 0.12 MB 232 159
214,369 214,369 00000000000001d8e6edbfa0a313002310d342f12b49a72503f132fa0f3c766b 0.03 MB 105 61
214,368 214,368 0000000000000085f6857515c34983e8afbe6021cd3e670f6cf91843802a7d08 0.20 MB 445 175
214,367 214,367 00000000000004ac27f25be6a97ed6a9e8414beb83e74ffe14d520ab9502568e 0.00 MB 1 0
214,366 214,366 0000000000000505a721a0190a23cd15cb190d737f2b85bf6672a408f31e84f0 0.21 MB 344 128
214,365 214,365 0000000000000035aec13529ec2d4c1935d03fa39e84a12bf4592cafaf716fef 0.20 MB 395 164
214,364 214,364 0000000000000030459f00b323971e41ad79a6cd1f6b5102f53d5eaef95d2881 0.05 MB 127 157
214,363 214,363 00000000000001b41eb98589c7a54c836cc654f8fd242bb131ba10e1be281f74 0.00 MB 8 609
214,362 214,362 00000000000003c013e9cf47ed177f2db4fd454613278ad1622c39504234df32 0.03 MB 73 195
214,361 214,361 000000000000011155e3209ecc98f296fa90c2c074f2923dc66f8b90ad8cdc96 0.03 MB 69 147
214,360 214,360 0000000000000029a7f25f60dd6e57fba0e29b788e253007cb26fbc988a918a5 0.08 MB 127 149
214,359 214,359 00000000000002844f17bb12ab831e075e31beda441d4f2943eeb511bbf5bafa 0.15 MB 362 167
214,358 214,358 0000000000000488a4478456417ae462e81bd85cea3396caa544439bf998bfa8 0.18 MB 298 72
214,357 214,357 00000000000004ee223d3f9a01c25158ad1fce1b47a50696faafcc66f9bb6f5a 0.25 MB 630 198
214,356 214,356 000000000000018c42b817f6ffbc754448efcdd0069a68002e93d546eec090d2 0.03 MB 75 187
214,355 214,355 000000000000010f482f0817e53601b8278b3b392f5365e4ba3a38cab4d3eb56 0.07 MB 202 222
214,354 214,354 000000000000016606695f428b90b56e726beabebd8800e24bd7a3505cd865f5 0.06 MB 106 148
214,353 214,353 0000000000000563e3c7adf76b009a8eb5227128844c2bd96d0d914aa94c6ebf 0.11 MB 241 183
214,352 214,352 0000000000000026ef10669aefae16e0c4f6359c8a6683f022fb6c49ea736c12 0.05 MB 139 191
Previous 10 blocks ↓
Total Size: 779.09 GB

Node Details:

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