Memory Pool Memory Pool Refreshing

232 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,450 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (831,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,905 76,905 0000000000475e792da67f59f36d3a660b4188bc24eca1dcb4ea042cce9cac72 0.00 MB 2 0
76,904 76,904 000000000004bbdc75a166cff192bf02e51aef67e354b358b0f6210f46cdfbd9 0.00 MB 2 0
76,903 76,903 00000000000e09fb447bbc0b075c7c9600ffae9792482cf7a82f5cd9b5cbb23b 0.00 MB 4 0
76,902 76,902 000000000036c55e012bb1e7d8fda2ead8ebce0f24821bb50bba2fcae319a84b 0.00 MB 5 0
76,901 76,901 00000000000327b313f12a4a9b0b88245e20273de90950e801709558efe2809e 0.00 MB 1 0
76,900 76,900 00000000001fe35b487a56686807fc936ff24ef9f6876bb9d2ec2a1c44fc53f4 0.00 MB 1 0
76,899 76,899 00000000002fb1e840b02be5b3cfafb3a0f37f611b7945ea821bf8b64e05fc76 0.00 MB 3 0
76,898 76,898 00000000001898464878db3f7e7c024e04fcd371fd87e750fc1dba0e81588360 0.00 MB 1 0
76,897 76,897 000000000029dff0910418eec2120ede169c5bf9a4482f25f20fc95708ea2f79 0.00 MB 1 0
76,896 76,896 0000000000647319c6f47adf76a159fc2fa67c1b6161fb4c056e1de3eeeeeb58 0.00 MB 2 0
76,895 76,895 000000000024edef6976277eaf060b8c46051d0a2e4ebd084e4eab2e26fbf13b 0.00 MB 2 0
76,894 76,894 0000000000362087428e745ce079e724a3d0384b4dc0346d64621e465dc8393d 0.00 MB 1 0
76,893 76,893 00000000001ae5dc5458e2c964cde83eb470c60be7a964c030a59b43bc565718 0.00 MB 2 0
76,892 76,892 0000000000237097b7e2e86ca11157aed49dbcaa89955c4c846680337dab2472 0.00 MB 4 0
76,891 76,891 00000000004b33ab86a73f1a192058448c9b558f9f5b4f5af848113264bab1e6 0.00 MB 1 0
76,890 76,890 00000000000a8f162acf3aac5fb6c23aba632dc1999dad5ec04f42c13219becd 0.00 MB 2 0
76,889 76,889 00000000002fecea29bb6b635b57b00e721a126675323ac0c4fd89e0844069ba 0.00 MB 5 0
76,888 76,888 00000000000da3a55d4c596010369c654411557abc9c10effe0b258e052b4a43 0.00 MB 2 0
76,887 76,887 00000000004855a7182c09c8b86019aaf918b9e7c5097af0d3e5f8bdd1057802 0.00 MB 2 0
76,886 76,886 00000000001c64d80e7ae9c2950d860b8cd8f4df91445623210d74f3359f11a6 0.00 MB 3 0
76,885 76,885 0000000000263954be0f051746548ae24d61553ea9f7d2d06eaa8130524cb531 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.65 GB sent, 99.73 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.