Memory Pool Memory Pool Refreshing

5,809 transactions (1.87 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,490 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (856,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,564 52,564 000000000016a4481d30e0e89a80a576b1a7c1324408969a47fe8f11f53cef75 0.00 MB 1 0
52,563 52,563 0000000013bec85837e42649b8fcb72073f9ef5d9a95b4891c0d6c25c9e524c7 0.00 MB 1 0
52,562 52,562 000000000a41803e4ac0fef464831e1e7650b5684d5f8a477a60a812008f4b45 0.00 MB 2 0
52,561 52,561 00000000151107ab19fb1436abd4ebaa42d9c6b638e15b3181bf620a0c771b8d 0.00 MB 2 0
52,560 52,560 00000000039d3e71542c760ba06e47b316c136ab5961f24940c393ecd55842f6 0.00 MB 1 0
52,559 52,559 0000000003b154a026dc2ee121603abcfba493ddaaf99ab203cdc8f158049198 0.00 MB 3 0
52,558 52,558 0000000001eace3ecf77ec2e3d3dfa00839379fd0dffd6efdea764d16480da9c 0.00 MB 1 0
52,557 52,557 00000000027725420ed92cc90c2b60faaa75a1bd069929165635051dbb2a0916 0.00 MB 1 0
52,556 52,556 000000000e4c06aa47846f96907b3bc0b78774eb29341836231cca0b6763b86e 0.00 MB 1 0
52,555 52,555 000000000ab3251f729fb6ae7fb02a9a347a5209ab6f84b447459c1b0e778d45 0.00 MB 1 0
52,554 52,554 0000000000a7307a511ce99588ac5e7f18a0a7d521c18610cf18ac5b4ffb1ae5 0.00 MB 1 0
52,553 52,553 000000001081ff104f68055f983be69fbeeee71b36a7c66e5c99e20369bf01ac 0.00 MB 1 0
52,552 52,552 0000000005ac25fc99f58eea1a25c9ade8679b80c696cb34de9a761ab2939ca1 0.00 MB 1 0
52,551 52,551 000000001247a78275a1e60f52f2b997ee86f6e030b4a83233b6142499a79d1a 0.00 MB 1 0
52,550 52,550 0000000008f5980da560520e51647085a441f66729ea14274e5d32084116b7ce 0.00 MB 1 0
52,549 52,549 0000000010942859ec852eeb1be073cefedc6c844bbdca74a8a4361e06eccb22 0.00 MB 1 0
52,548 52,548 0000000007a9ab5d90ada0bdba05f438435985c2c064bf6cd16d23fe6457e978 0.00 MB 1 0
52,547 52,547 0000000005d94b9c54a4d41d1258cec88b3ba0ef8226650f06c646ec8dc3df98 0.00 MB 2 0
52,546 52,546 00000000141796442d3503b3e6ed5ac94a10b8512f6e11e3dfe3bde6958c1b39 0.00 MB 1 0
52,545 52,545 000000000b214c47f842581cc6b1e75ee2065c17b0eba2bc8fc92fb12bdcb5c9 0.00 MB 1 0
52,544 52,544 0000000008e7a271baae54929065b54ba2bc0fea248c728008a573a58ab76d5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 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,938.57 GB sent, 106.48 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.