Memory Pool Memory Pool Refreshing

8,352 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (791,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,242 116,242 000000000000c2036a4e87d5ad91eb079c5b7453ad8af4989c27fd49c59a9dc8 0.00 MB 11 958
116,241 116,241 000000000000870c01e2b8f476b81a8666bb3295d98064158d5753a2a2d3bfc0 0.00 MB 1 0
116,240 116,240 00000000000039a8369fe23360a592b769d9ca49cb2e095450e427b083269cad 0.00 MB 10 422
116,239 116,239 00000000000057d0946969a4fb45c0381471dd1b1d3433dbd8369c6500544774 0.00 MB 10 347
116,238 116,238 000000000000abf1f1baa94feee70fe5a16180aa49ab954aa9444e9ff5752281 0.00 MB 1 0
116,237 116,237 00000000000066eddb09cccb87b6fa97d44b7aadbc4b047fbff0b04dd64cc0a6 0.00 MB 7 459
116,236 116,236 0000000000000d62be17ec6dde39fc3249854cd870b6d0813a13b27645808fed 0.00 MB 9 0
116,235 116,235 00000000000057fbb4d616b38331f2374d7418509268e2d4f60162a39cb2ac36 0.01 MB 25 143
116,234 116,234 000000000000b3cf5e57b59fab1cf8485b411af1d9e8bc04634d4d7ddc83e264 0.00 MB 2 3,875
116,233 116,233 000000000000a9115f011e390a5bc8ac951617993c7fb0529f015ff79ef0ed14 0.00 MB 7 0
116,232 116,232 000000000000ae909c9c3a8732455e9235588003ef297d02e78dc6b6e8890146 0.00 MB 10 633
116,231 116,231 0000000000002d62e188a35d9ad70acdee05489aa468a6cdbf613f8b112fb0cf 0.01 MB 24 0
116,230 116,230 000000000000a4c308d9bc460e27dc1ea50b562a0008832d447d379df79636f1 0.00 MB 2 0
116,229 116,229 00000000000045d9045d1bf6afc8ebb329f2832bce0466b54f934b3a9e514624 0.00 MB 4 0
116,228 116,228 0000000000002127da2cefb8c842c99842c9af2e824305ed4e8fef5df53a5d8b 0.02 MB 7 988
116,227 116,227 0000000000007ba9520a0c263d770df37367cb5fe04441e61471a8fabe4e8443 0.00 MB 1 0
116,226 116,226 00000000000002f5c8206d319552ff0914642dde03c5cac251788edef981c99b 0.00 MB 3 0
116,225 116,225 0000000000001e84ac413df750804d43296fdc2527fc60af32a2ffe6f001dc4d 0.00 MB 5 0
116,224 116,224 00000000000063d0ac6d38b179fdbbd8795af3adfd1a6c006cc591381034a5a4 0.00 MB 11 0
116,223 116,223 0000000000009f321029f1f38d6f3b08e4971602293ef77eba00586819e9424a 0.00 MB 6 0
116,222 116,222 000000000000f1b8f6e3541434c6591470ea363c2c10fbf63db156a322ff3f9b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.