Memory Pool Memory Pool Refreshing

6,741 transactions (1.58 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,998 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,786 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,997 (869,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,586 39,586 000000002dff8a7ea4437f982bf811daef81228eb6231a578e6f55cd9d757cf6 0.00 MB 1 0
39,585 39,585 000000005636089f8376cd3c3f3de7fd2bef8cf5e1e56b69eb1cadaaad99a595 0.00 MB 1 0
39,584 39,584 000000002895c3c0d5c5ca3d4329a56041560cc67327e6d9d85fd3eac793e38c 0.00 MB 1 0
39,583 39,583 0000000086b5b2937832d12c4292e9f8c87ad00c596f09f3af46f3aad296d5c8 0.00 MB 1 0
39,582 39,582 000000007b29d0640502fb9d4a54869f0ccbeb9b1c9b2ad9e81d9b1a3c123224 0.00 MB 1 0
39,581 39,581 00000000073b31dadff5473a33b2e75088b1c56c4f9e1563f28b745684fcc84e 0.00 MB 1 0
39,580 39,580 000000004282b59adaefe7398e8581db964acccd435f94b607a93a8b3c26d764 0.00 MB 1 0
39,579 39,579 00000000445e50256eb75868000989869c38aadb3672146640e380721bad18fa 0.00 MB 1 0
39,578 39,578 000000002ce3cfb2e31aa866ccc2362bf3426c7b9d883e250386c99f4c0abe25 0.00 MB 1 0
39,577 39,577 000000001692dcd2401451a259da190b951cd62b0233e23203176359183c6a9e 0.00 MB 1 0
39,576 39,576 000000001d6e1f016a1e0bdb6f328d1ab2a70a2cfc2d3b87032a3d906564079f 0.00 MB 1 0
39,575 39,575 00000000738c86554c358ae8b945bee9e32d9ee0d202e2b4140182df5b82ab9e 0.00 MB 1 0
39,574 39,574 0000000015078ff012abcde110d5455116143c9551733ed780f133e7410481f7 0.00 MB 1 0
39,573 39,573 00000000075042b552ab536ad4e927115196a6e618b1ebe7695ee215e7ab434a 0.00 MB 1 0
39,572 39,572 00000000772eb718acd4f08926046edead6201a2bd5dc60ade8fdb278896dbc0 0.00 MB 1 0
39,571 39,571 0000000003e053494b80302cddb2ebc9a40f7999eaef662f6638edda97d65387 0.00 MB 1 0
39,570 39,570 000000007fa8454c55bd65fe963f18791100c1618db0b19e6844ba6eb63d26e6 0.00 MB 1 0
39,569 39,569 000000006429844e90a13fe2f5afc9bc72ad7f3bdb10318dfe57443a31224c7b 0.00 MB 1 0
39,568 39,568 00000000504a9d667488bd77056009375b4d9175cc6b5c169b581b44b1de68b3 0.00 MB 1 0
39,567 39,567 000000003dae2c7be384912ad72907217f71c21c881d695d5dfc49ad1e93b31e 0.00 MB 1 0
39,566 39,566 000000006fa0a870fd8e9d5f93ee7f923c13bcd1f65b4b6f885a9e62e3789656 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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: 1,867.54 GB sent, 105.15 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.