Memory Pool Memory Pool Refreshing

13,708 transactions
4.35 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (739,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,220 168,220 00000000000000524d1e1e82831a268c545ac6d252bc533f2d3941e64718669e 0.02 MB 47 221
168,219 168,219 0000000000000068ce7fcee327e7211fa7bf8efea898c573eb9fbe64f2544b13 0.00 MB 11 30
168,218 168,218 000000000000067956200cb3a4d197a4d7486c72a3d1d4a89bdfc8cc21260bc3 0.01 MB 25 154
168,217 168,217 00000000000003eca2853e44f9f28443d33ea473ebff8b8ba53976c4f6dc6724 0.02 MB 44 45
168,216 168,216 0000000000000a5cc94660befd86db78cb8f00d3b4f9fa022198c26eba133953 0.01 MB 17 235
168,215 168,215 00000000000007a7c32c0fa38f4e26b71af493c1f672cfab2f098490b1ff81aa 0.03 MB 111 3
168,214 168,214 00000000000000533303ae0ef3143ee9eb9b9d0035b7192c73e1da0041df1b9f 0.02 MB 49 174
168,213 168,213 0000000000000382f297f7d3517bc39eeaab59261d9127ebe2579c59eb8aa8fe 0.05 MB 72 60
168,212 168,212 0000000000000aa5aa3c54dd0e9b88f90b1fc890dd5115c00df41eff2095a78b 0.03 MB 57 2
168,211 168,211 0000000000000899f965de4b8a5df5429dce2eeefc8a3448a3248308ca7cf698 0.02 MB 75 103
168,210 168,210 0000000000000a9f2ca900affe6a6f8ac67c3c7d81585382d1125aefc9811073 0.04 MB 70 97
168,209 168,209 000000000000024f6b152332e0cbda8a1d7fadc28bf09dd6fc74175a741e2b9b 0.04 MB 75 99
168,208 168,208 0000000000000861ee8c7f755051b30e01370fd8c8c2898f329d3ad944fd2bbc 0.02 MB 42 44
168,207 168,207 0000000000000bec0642732e033ba19a3d37ef2ae0767c97a6dfdfafcf923de7 0.05 MB 133 41
168,206 168,206 0000000000000192b30f98518cb677d6cffeaa30fac33d3a3e9e5b8dd4fc026e 0.01 MB 29 50
168,205 168,205 00000000000009518d9682618d28a80644695fadd8ed47c1dfbbd2b4eecaaf92 0.05 MB 77 28
168,204 168,204 0000000000000a5b457554a430d5198110c04894ad97e7fdae7a9c606302d464 0.02 MB 33 52
168,203 168,203 000000000000056c63c3b4e6a34c56858972e1a6703f32cf4a8b6cc9c729db5c 0.03 MB 70 193
168,202 168,202 0000000000000753cf137065949ef157d012a337db1d0ccc1f213acf9d4c886a 0.00 MB 9 604
168,201 168,201 00000000000005996241a8c6e3475a2a3adf68388000b4b0aebf8ddf15aabf2b 0.00 MB 14 303
168,200 168,200 00000000000002780f2f2d67789a7c5dda3709e867026eeee453572bd1424b68 0.01 MB 18 199
Previous 10 blocks ↓
Total Size: 769.02 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,622.92 GB sent, 92.96 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.