Loading Tool

Explorer IconExplorer

Memory Pool

80,805 transactions
30.07 vMB
0.12609846 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt 9aebae97ab2c8b768fa7e678315febf148b23e321efe50cec1c977cac436b462
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root ba836532cb985a06f3c7b4c5909aff418063cd79aebc8abd30831906521350fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.05209345 BTC
Feerates: 242.90 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (76,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,476 838,476 00000000000000000001317d29eec8c5c86a27b113b733622f052b69183a6683 5,844 1.00/1.00 vMB 70
838,475 838,475 00000000000000000002e9d56b9c1b7a09d7b7faa3ac41c3f36fb76ae5a00590 3,296 1.00/1.00 vMB 76
838,474 838,474 00000000000000000001660bd9896d61b5168ae4c475ac6798f8c43e0034c4b9 4,617 1.00/1.00 vMB 59
838,473 838,473 00000000000000000001ec24ea9e863f33cc2c3328dd4a47cbee1048eebabf29 5,130 1.00/1.00 vMB 43
838,472 838,472 000000000000000000005e21afce2ff9ca5608885db61dac86aae37f730200ae 4,280 1.00/1.00 vMB 43
838,471 838,471 00000000000000000001868111d0c2a6c59add3ed916bbdbfcbb384eec95d3f5 4,195 1.00/1.00 vMB 37
838,470 838,470 00000000000000000003538a919f4200814f1e7dbb2e8cde823df9554da2c16f 3,889 1.00/1.00 vMB 37
838,469 838,469 00000000000000000001adf017156b273a6af9900d75f743315937f9ec5646bf 2,886 1.00/1.00 vMB 19
838,468 838,468 000000000000000000000c16a35f0ddd163666ac9ed66e51491bd0108101b6c4 3,388 1.00/1.00 vMB 23
838,467 838,467 0000000000000000000126c0ca83a1afc86db79359f5244bbe0b1ae0919f175e 2,603 1.00/1.00 vMB 18
838,466 838,466 0000000000000000000362befe71690411beb7ca3248ad8bd931fcf1f8c25154 3,528 1.00/1.00 vMB 23
838,465 838,465 00000000000000000002463eeddb9f949eeeb020c80c9ec8be58806683ce6aa7 3,437 1.00/1.00 vMB 28
838,464 838,464 000000000000000000027283e93453e0d4695fc9746cea4601a7040fb981cbd2 2,745 1.00/1.00 vMB 27
838,463 838,463 000000000000000000018fc5be9c51f9fb1e7e7e56eaa51c7038a1329de04e06 2,755 1.00/1.00 vMB 17
838,462 838,462 000000000000000000010c097005ba99bf9cea7c5752bed5883efa6586d7d75a 3,105 1.00/1.00 vMB 24
838,461 838,461 000000000000000000013bf5666b0c15a924fdbd17c27e6ca9c3fb9fb7f2e5c8 2,843 1.00/1.00 vMB 34
838,460 838,460 00000000000000000001ee36b836407c40bdee15cdf50b1ed68e5120e94e6014 2,942 1.00/1.00 vMB 25
838,459 838,459 00000000000000000002a6c5b4a774b84a6e70b516d5bfdc576328147357363a 2,702 1.00/1.00 vMB 26
838,458 838,458 0000000000000000000269654a31dbdfad3f0b7589433b1977a511e5641897c6 2,887 1.00/1.00 vMB 32
838,457 838,457 00000000000000000000c437a7665913f49545e8d9c67563474d2e8e6bcb23c4 3,537 1.00/1.00 vMB 38
838,456 838,456 00000000000000000001b673f07486a6da79d99d4914187903eb542eedbe46a4 3,137 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.67 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: 673.17 GB
    • Received: 16.42 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.