Memory Pool Memory Pool Refreshing

527 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (859,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,473 49,473 0000000011be955fe755c4f5e34f0e1523696da5e0e204b2c45ab77e52298cda 0.00 MB 1 0
49,472 49,472 000000000bd9b10a8136dfb90cd14f96376cc17929d1dc17348ee2ce16d47130 0.00 MB 1 0
49,471 49,471 00000000004b7602d598c1a4dc7a669675012dc125357d25709eff6ff6d7fdc7 0.00 MB 1 0
49,470 49,470 0000000009ae3df1962b305bc9129cd9807de21fd83eb00e17658c145bca4286 0.00 MB 1 0
49,469 49,469 000000002255cc58a847ed7483fcf1cb1ccc340ebd016f63a86cce7d900a4a8d 0.00 MB 1 0
49,468 49,468 0000000005ce540792f711f0d5569112fbc6725cec09a5b9c53d2b3172feb8f3 0.00 MB 1 0
49,467 49,467 00000000256c012658015d4db4e1b56b435698eeb4387a69594515b828d6f935 0.00 MB 1 0
49,466 49,466 0000000007011ffd39391cdbf9d6eb20c9b153b47b6db8e438bfa1446857fb0c 0.00 MB 1 0
49,465 49,465 0000000027ae324c1fbcfceb630c22072379bdb33c2a3f1e1133254ee10ee8b9 0.00 MB 1 0
49,464 49,464 000000001feca080b3ce4025249698b52496efceea261186e481d240723fb7b1 0.00 MB 1 0
49,463 49,463 000000000f9a50989a3057d399ac29b7509bcb39adc162c30deb2e7463050c41 0.00 MB 1 0
49,462 49,462 000000001472002eec9d86c16be50dfa9df45aff00d9af82f27931a05d042775 0.00 MB 1 0
49,461 49,461 000000000d3a45b615099b735d42fa7f07e3273f664ac7fdfc8415c764356da5 0.00 MB 1 0
49,460 49,460 000000000d191eac5d5dade747275b1751e6f86795090887e72c1413375b54f6 0.00 MB 1 0
49,459 49,459 00000000106229a511bf3a2e1a09f1a001aa9112590cf264728639def4b8107e 0.00 MB 1 0
49,458 49,458 000000001ee662c3d1fa6f4232945f67cd38bb0ea1c237d4b3f92d02d0d1e0c6 0.00 MB 1 0
49,457 49,457 000000000d41d8b68cc03e006a4c6564e178a62b3fe82551e3bec7f6b7c5f03c 0.00 MB 1 0
49,456 49,456 00000000001b4e1f43e8033e1d1b9985fba795a1833426ecbde3958a796b7ffb 0.00 MB 1 0
49,455 49,455 00000000277a926faed928a8202ec31b49bb913742347da8af515e6ef3f2397d 0.00 MB 1 0
49,454 49,454 000000000239061e7afaeab89d1ac1998f8d9ba8f7fc1e3b775668a2bad80164 0.00 MB 1 0
49,453 49,453 000000001e21f9d2ee0458571f9606ba93e91b8bb129613105cd6e749f5c1f49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.