Memory Pool Memory Pool Refreshing

15,538 transactions (3.99 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,313 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,165 (856,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,573 52,573 0000000016123f19bc48efb293df7375a41ad72eab37966ed7fefbe419361a85 0.00 MB 2 0
52,572 52,572 000000000284b210136f163d59bb4a73cd4c91a5693c14c4140af2bfc88e312f 0.00 MB 2 0
52,571 52,571 000000000a9ba50f922d96462fc6189ec415e8723793394ebbafcdca03790d9d 0.00 MB 1 0
52,570 52,570 000000000473437cb954f15948e422c985728abe80b6d463a43d37047f74a900 0.00 MB 1 0
52,569 52,569 000000000dcccecf1b4d74420b5822dc6bee96e364a91939fb8c69d7ada93005 0.00 MB 3 0
52,568 52,568 00000000032271d72f15fdea77f1a8b84ebbc5850d848caa61d68d0e9c4c1f4c 0.00 MB 1 0
52,567 52,567 000000000bbbd3d4cc8bf53b90344fee37a2ff33c8841aa8aba5331cb0e9fc4a 0.00 MB 3 0
52,566 52,566 000000001597390fe15caa652d775e416a7c842463f566c76ca6975ea1da79a2 0.00 MB 1 0
52,565 52,565 0000000009695934ae5df1f680b376d53eab8916ebc564334091d780bcabec9a 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.85 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,977.51 GB sent, 106.93 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.