Memory Pool Memory Pool Refreshing

5,566 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,572 (848,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,305 60,305 000000000f59f6c432104dde818ed26808df30e2ed5c2601a248ec8e18523c8f 0.00 MB 6 0
60,304 60,304 00000000080bedd31e301cfb9d8cbaf274a2db40434c9ceb5b34272d35dd77e0 0.00 MB 3 0
60,303 60,303 000000000f0c724bdfa2cf45df94c6996bfe6e54d1cb55717ee3db6a490f3c76 0.00 MB 1 0
60,302 60,302 000000000ee25106ada08d941b070ba5af8d1906a9667f1ba7a5f454982f1f54 0.00 MB 4 0
60,301 60,301 000000000a553eb0bcb3be3b966cba542a336076322c2e642bd0633f9622ebf2 0.00 MB 2 0
60,300 60,300 00000000085e3f531388ab902b9c51fcc0a2c784830cf04a72558a224696a60f 0.00 MB 1 0
60,299 60,299 0000000002fcd6c7a5c4da0b51ae9732e5df66b3ae7e91073b31fc5a124cfbad 0.00 MB 2 0
60,298 60,298 000000000b1116e13eb3d258b3c63c10092d09107de49576114c5e7eab2cc00d 0.00 MB 2 0
60,297 60,297 00000000002a2f9e7ecc8bda5fd01a725b5e5da093429ad02ca922887d960ef9 0.00 MB 2 0
60,296 60,296 0000000004f19158e487ab1c56c975185352d552162df8ce14a67a06b7c29f74 0.00 MB 1 0
60,295 60,295 0000000000f5d048f35f340543034adb0a736371dc71cd01ca83404b60b39df9 0.00 MB 1 0
60,294 60,294 000000000aa136f5e500ec9cecaa6706f151297782ce9640800dd4e09bbfb076 0.00 MB 1 0
60,293 60,293 000000000b9870f4a3887f50849ea0970bb49e0927207ae6452bc9aed441b409 0.00 MB 2 0
60,292 60,292 000000000bd8af0fbceec44f6f8a23daf04b73489e6760e8240c95b9b8988d19 0.00 MB 1 0
60,291 60,291 000000000f21e727b50c9ef172d9e170c020351ef2a9f3e1b187b9a941c02c9b 0.00 MB 1 0
60,290 60,290 000000000bb465f1a7b81353af0843a043fb8f6782320a543a377d6d44447ad0 0.00 MB 1 0
60,289 60,289 000000000f53acf252126f2da9524a8dfa5dff1ee6775d7f2a04699b42dd7ca9 0.00 MB 1 0
60,288 60,288 0000000005d46a16a32aa1ed92cc421053ee9cf6669b0c2994562174830f88df 0.00 MB 1 0
60,287 60,287 0000000006ae946364b0c7c11f48250137a608df329875a547bb7cdb19f7a098 0.00 MB 1 0
60,286 60,286 00000000061861ebac9f19187ef9ec43e68c174cd10d9fe104af4db2ebe69d34 0.00 MB 1 0
60,285 60,285 00000000044ca4b7d71f695c9f25874606970da54117f46f84c559d8fcf41b45 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.