Memory Pool Memory Pool Refreshing

2,359 transactions
9.75 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,347 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,346 (837,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,736 70,736 00000000003ceaf2a020c4fc4cce58a571d166382177dd0cc74b7da5c57512b2 0.00 MB 1 0
70,735 70,735 00000000001c3ca8ede1c81c2ff16845991d19b23f83f11ce8c594b75cdb8216 0.00 MB 1 0
70,734 70,734 0000000000eb87ad683dd5f714e5a2815628f865b1fe042755c9b246a40d82f0 0.00 MB 3 2,222
70,733 70,733 000000000029e3c0b30587159a96f31096fd03bf4b5c7e3327c861cdc1d67604 0.00 MB 2 0
70,732 70,732 00000000006a0d5f6649cdbea735c88180ed12f0ad24a2e8eb8ca6188ffe1f97 0.00 MB 1 0
70,731 70,731 00000000007af460dd280329480d71dbeb4cd96b8c9e8f1516eb357071bf5dd5 0.00 MB 1 0
70,730 70,730 0000000000ced6626744c17993c48f590c8a805e64c4d6d9ef4c7a8c4474c0a3 0.00 MB 4 1,089
70,729 70,729 0000000000eec5b081fc8b532f8c3f4a29ac27ccf9a4909a9a1e5ba78dc84f30 0.00 MB 1 0
70,728 70,728 0000000000c949226e5889a7388665736bebd693e00301257ae68625af1df080 0.00 MB 3 0
70,727 70,727 000000000100fdeb0c8233e900b1d6695e0222f063095132f0d5e01dd11faa79 0.00 MB 1 0
70,726 70,726 00000000000e762d8f79220490dbcba3fa5fcbefa2b0b3365eacfd905a2b33e3 0.00 MB 2 0
70,725 70,725 000000000039c44fbb3dc80c3e3926230904fe1ecbb93f67a5cf7f31b77ddfd8 0.00 MB 3 3,883
70,724 70,724 0000000000e0faa0755691404db5e5abc2a75e32413745c1acb40b6e164ce46c 0.00 MB 3 3,891
70,723 70,723 0000000001078bc4f24efb63b8c5380d2fefe74df5df654af44ed9b3f784e14c 0.00 MB 3 0
70,722 70,722 00000000001f9c22d6c6917ba61fab730459bb093f521fe2ee984c1609e803cf 0.00 MB 2 0
70,721 70,721 0000000001076b52e14095fced0a0770256d74a1e147a93b8f5a8f5ba291e662 0.00 MB 11 0
70,720 70,720 000000000066b8aabeba01ac8f2b86882701696e6f226399115f39b134226660 0.00 MB 1 0
70,719 70,719 0000000000f6024703c25dc63c04ef6e8390efe772ece7b948a29d80e7227486 0.00 MB 5 0
70,718 70,718 00000000009f73af5c5cee343bcbd2b3c364cf2849a108b8521d0e44ef66c327 0.00 MB 9 0
70,717 70,717 00000000007a6584097931b215a11f7413d95aaf645b8ac1dbd9b41e49db3f94 0.00 MB 1 0
70,716 70,716 0000000000dc96d10629d3ab5c28ffd25e6af05cd190eedc7986b0830856353a 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.82 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.