Memory Pool Memory Pool Refreshing

1,773 transactions
13.33 vMB
Show Random Selection Loading Transactions
Max Size: 54/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (853,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,668 54,668 00000000115a43c067fbdf53498f55ad02438d53a38b02048ef9c2699f354b4e 0.00 MB 1 0
54,667 54,667 000000000b0c42746747381d6019c029113e9f8f054ad9eacd2a1b3be5a41eec 0.00 MB 1 0
54,666 54,666 0000000004e8417317956d1745bfab889e4087920fa55cd7e87a1a18e925641a 0.00 MB 1 0
54,665 54,665 000000001072993eae87de6234522c69daedab990006195476b795c4abb57a52 0.00 MB 1 0
54,664 54,664 000000000718e43c1de018d1b6fcf4eb37325eddda50239a5a0406bf2f512ad2 0.00 MB 1 0
54,663 54,663 000000000297fe2b3624e7322c0a527a8cce60bf24e548bbf1051c085f5c0e98 0.00 MB 1 0
54,662 54,662 0000000010d4389d80a6f43e401baafe77a8dcd7955091fcdd7396c4eef19996 0.00 MB 1 0
54,661 54,661 00000000044949b6eb17ba668cd1608ffce4e406e83aa261a667da1e36278cae 0.00 MB 1 0
54,660 54,660 000000000f3a9ba267cdbe03a1f0cb50306d5a7a5177e2293e383491d49e072b 0.00 MB 1 0
54,659 54,659 000000000713af6ffea7cf489d10e6c6622daabd693cfd46704ee4d03bb13d89 0.00 MB 1 0
54,658 54,658 000000000c47ab5d45557e159cf9b1de54f5d752f30eb3c076c97e7e2dcc0c07 0.00 MB 1 0
54,657 54,657 000000000f42fd978170e685ec761e0f0bd7470e615b95801df5895e846e7662 0.00 MB 1 0
54,656 54,656 000000000df6b65ca27075401aee3d5da75763aa50c5b0aa2c0d77b9f82051a1 0.00 MB 1 0
54,655 54,655 000000000c64e7f656cf5c573f7c2a46525e9d34944c34b1f7b1760089c75a90 0.00 MB 1 0
54,654 54,654 000000001350e44d921733698a3af9f61f1763cbddf604d2cf536fb36f8d51bc 0.00 MB 1 0
54,653 54,653 0000000000472291daf4a5f5549293fb2e5f88fdf4380e96374c4a7280dbca28 0.00 MB 1 0
54,652 54,652 000000001157f71f9d61f40705cd45d3d01c80af0f55463c9a63aadd770900b4 0.00 MB 1 0
54,651 54,651 000000000b5b6caf5208b33c883f34df1f297dbc151a66b339188492985573f3 0.00 MB 1 0
54,650 54,650 00000000022c01538c6fccd890675ce6d6a4d3f22b5ec97bd5c46dc09385613d 0.00 MB 1 0
54,649 54,649 00000000020b06ff5469d8352739fdc7867f5d067cd62727748cc1696fa80206 0.00 MB 1 0
54,648 54,648 000000000ec1b4a55034cc3e5ab61281e9ec2b93d552050bef22c53f3f92a950 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.13 GB sent, 98.46 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.