Memory Pool Memory Pool Refreshing

7,109 transactions
3.54 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
903,577 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,576 (561,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,577 341,577 000000000000000010194e47712b7313243c3ccffa7420cea0d36b425a6c2090 0.29 MB 490 24
341,576 341,576 00000000000000000371dfb81e70e1da1b9c716195f422495e375bf867920790 0.08 MB 137 13
341,575 341,575 00000000000000000a2495ce0108a410eb359262d02830bd095e234c57f350ff 0.18 MB 309 23
341,574 341,574 0000000000000000046c7f08c28e557d0162a1e066a40b316a8a85c52b38df60 0.10 MB 208 28
341,573 341,573 000000000000000017cb41cfdaa1fed500e848eb8431770625314a9ccebcf618 0.10 MB 105 7
341,572 341,572 0000000000000000021a8cfee15cb7b1b43b73aa9e23d0f8aec8cf3c7f11fd2a 0.06 MB 69 10
341,571 341,571 0000000000000000098561edc4035b68397513a8559f2e6bc5b7f54cd7b517a5 0.21 MB 225 18
341,570 341,570 0000000000000000088d7c483650db4f6dd9ee697669fc267c998010fc662f0a 0.48 MB 755 22
341,569 341,569 0000000000000000128536d879eb353689e18aeecfaaafe1a4804686e3def408 0.20 MB 93 6
341,568 341,568 00000000000000000c2d4d4419876a35ca4e1ce09be30192cc38fe2c381ff20f 0.03 MB 64 36
341,567 341,567 000000000000000007a963a52172c9d4cee826dac81cc91ea40b6d4398517db4 0.01 MB 21 21
341,566 341,566 00000000000000000a4e7f92a7198a0588076305f5ae4628448dbddd4fbb7074 0.22 MB 307 21
341,565 341,565 0000000000000000190d7af714a151d6917bf0abd47af37cb388633e0667a73a 0.62 MB 822 21
341,564 341,564 00000000000000000c01c9b61aa9744044037e5ea897a71ca0b183967f974101 0.07 MB 100 14
341,563 341,563 00000000000000000722455f2a41187b2cc27fcbb68425f536e93889954590ec 0.45 MB 667 24
341,562 341,562 0000000000000000194db9df16d483cfa21524fd98f53c9f0e4d738f75a0e642 0.08 MB 128 22
341,561 341,561 000000000000000007ed4f3136335d6fc9fe3b48f7c0bbf181af71a2edd32a45 0.29 MB 462 24
341,560 341,560 00000000000000000c4819b7399759e3b9c15832791c78a811c1483317224f9c 0.27 MB 420 24
341,559 341,559 00000000000000000066c29cb3af0f6f84fd7c3748f2f28c91dddfa8aa2e5fe3 0.28 MB 504 22
341,558 341,558 00000000000000000c1d6d48e58bd8faf73c9c194465e927dcd9fe3194d1e825 0.75 MB 1,398 26
341,557 341,557 00000000000000000c3c57b7b10fb2c1ef272bb6f4f29f8d30db2ea700e4a1fe 0.45 MB 840 23
Previous 10 blocks ↓
Total Size: 761.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 941.56 GB sent, 55.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.