Memory Pool Memory Pool Refreshing

2,145 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,298 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,125 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (896,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,165 12,165 0000000012b859b879c8b2711d61095371f95574c4713b992953b637536e66d3 0.00 MB 1 0
12,164 12,164 00000000cfa0f9b172dd30a696b2a472f433f09b6ab5f63a95d7a02768c917b1 0.00 MB 1 0
12,163 12,163 000000000edaed604d81369463633d4799ad25825275d8df8f556103920c2f02 0.00 MB 1 0
12,162 12,162 000000001475beb6658dec5e3f734d077eaf5398e35682b37cc6ba5739f9c419 0.00 MB 1 0
12,161 12,161 000000007a8c5955fec0eef304edbe29833564a80c2d539f7c8745f7ee9ee10b 0.00 MB 1 0
12,160 12,160 0000000033e34b63ee66d513860ede2b8a3b9580cb4d980a0408012ad8b8c04c 0.00 MB 1 0
12,159 12,159 00000000f9d97b17bfa8861a0c8e933bada5c62c5cce81fbc08b289f3df4eea0 0.00 MB 1 0
12,158 12,158 0000000085fddacc91a4f4f1a16865e3bf6b10756a2515df1dc7673d3ac825ce 0.00 MB 1 0
12,157 12,157 00000000b881185cac48ba7bb6de186f4e9f4d9f6603a3c392d3406fb21c0c81 0.00 MB 1 0
12,156 12,156 000000006ae5956e79fdfe3311fc3553c4b3c9e96e01dc1fe647c71f5521c9c4 0.00 MB 1 0
12,155 12,155 00000000b1eb1c024826cd6a941512091915529a95c247e67e8adb3d08afc8d0 0.00 MB 1 0
12,154 12,154 00000000c79cb295e11f8e22c8fa2026c480738ffd01ad60f1f740f2e0b88605 0.00 MB 1 0
12,153 12,153 00000000850d5e958c8fa5835f91dd1d56a10e6c59413653a86eda138b86b66d 0.00 MB 1 0
12,152 12,152 00000000b4d5d4e8900302565550febff1bd64e91dbbb7963ddffd315f573d38 0.00 MB 1 0
12,151 12,151 000000001d998453ff338dfaafb88a78687b4fb535f7387b94172eb8a758fdeb 0.00 MB 1 0
12,150 12,150 00000000ddcaffbd0077fc4dc84a8d93ee8ee776fba705f98e390d545a6ad699 0.00 MB 1 0
12,149 12,149 000000009f0326fcdfc2734ee6dfe804868e48c41aeb75636da8de0e6cb17914 0.00 MB 1 0
12,148 12,148 00000000d8b5053fe7d0b89d0e62d8021997443a2b3e1c5003df4521e6e7aa14 0.00 MB 1 0
12,147 12,147 00000000ed88313361008cdc813627ebfa313a3d822202c4add9cf938fe28966 0.00 MB 1 0
12,146 12,146 00000000ac0a59b7b93f3f2fc3f8dfc19dd9c01e0d2569b4433989b4cd52c28b 0.00 MB 1 0
12,145 12,145 00000000c0f93c142f7ac2b3fffdb31235f9682195f93cbca31e91d8302fc8f8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.37 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.