Loading Tool

Explorer IconExplorer

Memory Pool

28,642 transactions
6.32 vMB
0.04421213 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.20/200 MB

Candidate Block

Mining Attempt 3ce86542d55e3cdc67366e134b0ff0b32b00794d13de03a27c8280b173a2a235
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root bc16b32258924b17e245dcd1768f4a8920b9a782c84bdf94b8ba2d1b2ab3e1b3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 0.93 vMB
Total Fees: 0.02956218 BTC
Median Feerate: 2.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (690,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,038 223,038 00000000000001b805da7d4c822ba4ffdef435d708a9708a0958029ae251cef5 349 0.17 vMB 159
223,037 223,037 0000000000000038ef5905a112f17a92551ba337fe4264ee5ae2138b230021a2 12 0.00 vMB 215
223,036 223,036 00000000000000e2258474f18afe2841002490ffdff479c1b3c47357fd5113a3 402 0.17 vMB 179
223,035 223,035 0000000000000384b7f2d3724f96bb00b247e14c678356641c1a4e0b958729f1 225 0.25 vMB 84
223,034 223,034 00000000000004547b2e182e8f831ba43d7ffeb5af95a91565362527df828b8f 485 0.20 vMB 196
223,033 223,033 0000000000000430acbf73536608588120656f3ffbcd88308e720f6c2f6bd206 160 0.09 vMB 7,421
223,032 223,032 000000000000002681506526508122ce40040d32fbe6ff91bccd11b746a8e455 377 0.14 vMB 191
223,031 223,031 0000000000000123dd9a935a83486e6141a41ca5a1527834207aba03ca3bb833 136 0.05 vMB 93
223,030 223,030 000000000000035ce6635a18fbbd68a6fa2efd7163e68696bb01e764eefd1e31 519 0.23 vMB 204
223,029 223,029 00000000000001731c67edc3d60315d273d1c5a6d63a6429512c86d465719eab 206 0.08 vMB 221
223,028 223,028 00000000000004228a83337a661102b5d8fba38aae6d6d5fd48eda9d97c949c5 297 0.14 vMB 165
223,027 223,027 000000000000011eaa4a393bfc37123a4438cfe93ee18b36b3575424fd9bab75 76 0.04 vMB 112
223,026 223,026 0000000000000275ac3eb5e04c16aa504c3fe3da8005a8fe8e5880acf0481516 394 0.25 vMB 150
223,025 223,025 00000000000001b3f65b2e620dff29153a13bbc5024ae703578ea578e15fd68f 109 0.08 vMB 71
223,024 223,024 0000000000000440a710efd7c93112521583c47e4758e19ccc07dd6101f23687 26 0.01 vMB 145
223,023 223,023 0000000000000455580ce28365a08a768a7af56fdeeda7a1af5defda2a01fe84 363 0.22 vMB 182
223,022 223,022 00000000000003c42ca6e4d0c259e23464ae5f3e146f1672f56a2f6fb196eaf0 38 0.02 vMB 90
223,021 223,021 00000000000003c773e1d163869533f12d1ec5e87c8b5c5f4bc57f63854e4eaf 647 0.25 vMB 221
223,020 223,020 00000000000000666e796172cf08aad5ac3269b910bd9ae346de894e8555711c 393 0.17 vMB 202
223,019 223,019 00000000000002900107294a3c5973bf95ed9fabdd8b150a8fb84dbb14b524ad 42 0.02 vMB 92
223,018 223,018 00000000000002d000f468c7c826f6ca951b61be577932080e8934268dd8ce1d 49 0.02 vMB 145
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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