Loading Tool

Explorer IconExplorer

Memory Pool

46,094 transactions
28.54 vMB
0.07615386 BTC
Random Selection Loading Transactions
Max Size: 151.67/200 MB

Candidate Block

Mining Attempt 9371e8d992a89fe608a05b07549e080669afc85b8e2c980b348063293de56f59
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 5503f15cff7240b064ef9158d3f12f95279d024d6ce1183c4f1d480dc099219c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,152
Size: 1.00 vMB
Total Fees: 0.02211562 BTC
Feerates: 100.23 > 2.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (235,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,439 679,439 0000000000000000000500809ce6c47fa500dd4eb6ff77a02471d4c11904678a 1,854 1.00/1.00 vMB 113
679,438 679,438 00000000000000000008e367f1e01092fe1a9497aa5175c8cfc2201987cc5c5f 2,764 1.00/1.00 vMB 135
679,437 679,437 00000000000000000005de90724a03b0670b661dab7583441f0a986c02421c92 1,360 1.00/1.00 vMB 96
679,436 679,436 0000000000000000000321333071dc9def2308741a090d00393c5e42dca7d97f 1,132 1.00/1.00 vMB 95
679,435 679,435 0000000000000000000b5a74c0aa4dae8973d35e9c31150135e28999d9f6f44e 1,875 1.00/1.00 vMB 123
679,434 679,434 000000000000000000063aa273f7530575e837f213a8e1e4d2cf034ffbd8568b 1,854 1.00/1.00 vMB 117
679,433 679,433 0000000000000000000185894867e69d3a2d9e541def6ce1eb3d32f3f0f4184b 2,241 1.00/1.00 vMB 106
679,432 679,432 0000000000000000000af4a58994308aa67f202a7f72d57ce89900bcf8fa718a 2,589 1.00/1.00 vMB 122
679,431 679,431 0000000000000000000a787cbb8df834898f20e779065d6a7e517cbae6a510df 2,460 1.00/1.00 vMB 137
679,430 679,430 00000000000000000006913cfbc25959a2f726fd798e5d8612b66e63625f88bb 2,516 1.00/1.00 vMB 106
679,429 679,429 000000000000000000030d5a7d19d5fccd628ca53f224c6c1ac992ef0c9919bd 2,467 1.00/1.00 vMB 126
679,428 679,428 0000000000000000000339e3938349437161a40eb9d19162b0185bc5be78d2f8 2,632 1.00/1.00 vMB 123
679,427 679,427 0000000000000000000b62a3e5c21124e47336814066a78d6447a994538b23c3 2,724 1.00/1.00 vMB 130
679,426 679,426 00000000000000000005667d0a31026cc6b32ec3bced82c5ee919ded28040e36 2,011 1.00/1.00 vMB 112
679,425 679,425 00000000000000000008c0c5306221130d5a862a350dc082f5b9f8a718d8ad0e 2,057 1.00/1.00 vMB 91
679,424 679,424 000000000000000000081a0e50c4cc49b2c46debb6f5f06c979f188f034af820 699 1.00/1.00 vMB 104
679,423 679,423 00000000000000000002c28a66929461abbb77a4fe2f673b4ec4b460dd8e7fa4 1,307 1.00/1.00 vMB 113
679,422 679,422 0000000000000000000b276f92345722b87cf431498fc3fdbdab7bc1dc0cd14d 1,924 1.00/1.00 vMB 117
679,421 679,421 00000000000000000005fbd5130e4e3a2a0ccfaa4327b5b143e9e58481cfc0b2 1,555 1.00/1.00 vMB 109
679,420 679,420 00000000000000000006e11de2a075742477b1262f855199833c7301fa54c826 2,383 1.00/1.00 vMB 125
679,419 679,419 0000000000000000000581f387457868babb6b739a10c8109572ca70ec8a8138 1,943 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.