Loading Tool

Explorer IconExplorer

Memory Pool

82,965 transactions
31.29 vMB
0.09994749 BTC
Random Selection Loading Transactions
Max Size: 191.45/200 MB

Candidate Block

Mining Attempt b83286275dbea4f1dab788ad6deaab9f71c87c4859af2ec5ce75bbd8d2e26e14
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 71f746fc8f7aae7429ffb36c8730ec45713ab33180b81d5c69814795f7bf67fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,886
Size: 1.00 vMB
Total Fees: 0.02846722 BTC
Feerates: 301.05 > 2.85 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (441,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,551 473,551 000000000000000000bf8dd10170e07255c88442d2e5f70d620239286f335ed6 2,121 1.00/1.00 vMB 322
473,550 473,550 00000000000000000022fff47e1827e50af321d2d301fa5d327238da6091a876 2,091 1.00/1.00 vMB 313
473,549 473,549 00000000000000000162c866941e9709280bb8468f68282c146aa768045c4e8d 2,386 1.00/1.00 vMB 322
473,548 473,548 0000000000000000007602811938ec823cf3595d01838f0d447fea8543857482 1,710 1.00/1.00 vMB 310
473,547 473,547 00000000000000000183ee1c14004e29f87408090c239df5b915cb7cd1a9ecc3 2,065 1.00/1.00 vMB 301
473,546 473,546 000000000000000000682644e5c45a2c86611f9dbd1d6f3c378c08875940825f 2,774 0.99/1.00 vMB 404
473,545 473,545 00000000000000000169d34157d89c8d7b69edeea0bd8575b8b75aacb0fd432d 2,561 0.99/1.00 vMB 388
473,544 473,544 00000000000000000114d14d21915358ebb0c91916250f0e2ef40d0474b2d828 2,338 1.00/1.00 vMB 383
473,543 473,543 00000000000000000011aeebc874569b48460433c72fc5f0238d016e18be5a8e 1,735 1.00/1.00 vMB 178
473,542 473,542 0000000000000000012c5a9263069d18913e3fea677a258ce1552e12a5fa215c 2,030 1.00/1.00 vMB 173
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
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.