Loading Tool

Explorer IconExplorer

Memory Pool

81,424 transactions
31.13 vMB
0.09651403 BTC
Random Selection Loading Transactions
Max Size: 188.41/200 MB

Candidate Block

Mining Attempt 216eb2b40d3354d5bc62bd6b22cf69da2f5fe38a1decb64224e3539b5ac50afe
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 3e21e162d67f05ddaa779572634d458b08fac3009ae9cee3038012ecbf1b9d05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,893
Size: 1.00 vMB
Total Fees: 0.02855141 BTC
Feerates: 150.75 > 2.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (441,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,541 473,541 0000000000000000003ad1fed885fa8836883e79ac755382a2539b85befa33f5 2,234 1.00/1.00 vMB 59
473,540 473,540 000000000000000000799bc50563b11b09ab967990881f2330e52b0c7f0137d9 2,440 1.00/1.00 vMB 133
473,539 473,539 000000000000000001841cbdda5a79bade5acd4c3b11e1536f7a81b4a1e3ff58 1,803 1.00/1.00 vMB 78
473,538 473,538 00000000000000000062603aa0b75edea9a802014035a2863f75c96fbf2bffef 1,935 1.00/1.00 vMB 311
473,537 473,537 00000000000000000033f8812ae425f9e3af81a2fc1f752ba4c071bfb56a6af6 2,399 1.00/1.00 vMB 384
473,536 473,536 000000000000000000dd41c5b82a9bb03c2d74a38ea81bc955b0fb99af2eb620 1,941 1.00/1.00 vMB 308
473,535 473,535 0000000000000000002fd067d59db228d581ed85efcc3f852bfd4370d10dc088 1 0.00/1.00 vMB 0
473,534 473,534 0000000000000000000c1c04a9043899837df29f3dc1e451335f75c89a5f8c91 900 1.00/1.00 vMB 50
473,533 473,533 000000000000000001215131f8ca6300a9e8441c1474a01cf6dec71cf69a7195 1,865 1.00/1.00 vMB 237
473,532 473,532 000000000000000000a03693bf5a1b0e2b7156fae0cbd0cea5b6f8a8d516faae 1,528 1.00/1.00 vMB 86
473,531 473,531 0000000000000000017ffdb3e9790ba0f93e9eee81d38fb92d69eb2a4b5139aa 1,379 1.00/1.00 vMB 155
473,530 473,530 000000000000000000ae140e51acd264f494b523799f43667892befe5537ad71 1,314 1.00/1.00 vMB 166
473,529 473,529 0000000000000000004823debcc58f312023496300392cb568825c60ab8b2edb 2,426 1.00/1.00 vMB 105
473,528 473,528 0000000000000000010e4e45552da5eb2ff7941a79da0f312272bf1a4f75bcff 1 0.00/1.00 vMB 0
473,527 473,527 000000000000000000417bfbf6178bd28dd6ed5bc12415e529a93c931620e912 1,757 1.00/1.00 vMB 165
473,526 473,526 0000000000000000001c883e78d44b4232ac4550271196ca5fe6086a16356b25 2,190 1.00/1.00 vMB 273
473,525 473,525 000000000000000000f70ff28b80e7912b501e16d184d8b667f5010f53ac76cb 2,319 1.00/1.00 vMB 206
473,524 473,524 000000000000000000e09e3bc9d0123e5b553349744346255ffab5a948ee094a 2,042 1.00/1.00 vMB 304
473,523 473,523 00000000000000000113458e009c08c08245af18f29bfcdb1cf73bc121e7cb43 1,745 1.00/1.00 vMB 300
473,522 473,522 0000000000000000005d79b86a66a2f22d50eef30eba65908a511a2ce0296d92 2,346 0.99/1.00 vMB 379
473,521 473,521 0000000000000000000a9c73cf2ffd5e0ce6663a53174b2cb159deb9ea285d7a 2,723 1.00/1.00 vMB 372
Previous 10 blocks ↓
Total Size: 782.71 GB

Node Details:

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