Memory Pool Memory Pool Refreshing

17,311 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (735,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,271 172,271 00000000000007f5711527f253fb0d0907b67a1c1e6fae4c70f7828fc68a8bdb 0.00 MB 1 0
172,270 172,270 0000000000000446be0e65d07105ef00ec7d9dbf8c0c86187e8f48d081da44ac 0.00 MB 13 68
172,269 172,269 00000000000009113d2528de262e992423dfd90457794a15ce06ffbca23706a8 0.02 MB 26 62
172,268 172,268 000000000000060afc4e604adae0dec796d3902ca285e8f383afd318ad06566d 0.02 MB 72 271
172,267 172,267 000000000000096d1abe6cc877c0e88f1a666c6b1829b76fffd33c6c85c567d9 0.04 MB 74 243
172,266 172,266 000000000000044b87a264382d4ab680b0b3b38bad019905a99a3bdfcad37d90 0.00 MB 14 0
172,265 172,265 00000000000002777569c5598b26b7913fa353ac0cdc0323448a5fcb0ea6355a 0.05 MB 127 167
172,264 172,264 00000000000009a562610131004f7d86109792657b60a41bb794f27fa2246b59 0.00 MB 1 0
172,263 172,263 000000000000036c88a302ffb1355c616d356b93168cd35c72a5d75f81c120f0 0.00 MB 11 13
172,262 172,262 00000000000007d0eff3ed6a6f7c8cf595f6594233d93c0685ed5528949b1eb9 0.00 MB 5 0
172,261 172,261 00000000000007be2e47a822a45ccc035438ebdb0a83f0864470b0fd88c88b93 0.03 MB 57 52
172,260 172,260 00000000000008012251c82a85a24fb410c93fd754d2f186ae4112957d9bd8ac 0.01 MB 10 42
172,259 172,259 00000000000001b96e2e5bef7108af956e7653bb1347237234e55f3880144d50 0.08 MB 9 52
172,258 172,258 00000000000007d9ff2d2d9b2f8a9ce2fa1fab2e020d51f2712093c672076bf3 0.02 MB 67 36
172,257 172,257 0000000000000397a53108a8ef7ac14e3e996c0d94ffee4d0d94e5aa84835ede 0.01 MB 55 0
172,256 172,256 00000000000009c8319a284ec005a1f7085080b81180fe6a561a45af12aa71fe 0.01 MB 14 170
172,255 172,255 0000000000000454599249851d33afe4be38b0dbe97226124f159bff66b86578 0.01 MB 20 249
172,254 172,254 00000000000004899dcad2d83f8364ca988c6ca6464e9accd2b50f8210743747 0.02 MB 36 120
172,253 172,253 0000000000000590b07deb9b60446b4b623e6fdd3e7e843260a93fa0e5607c98 0.03 MB 71 142
172,252 172,252 000000000000058dc809f678140978b3ee93aca27229db4ca947d07dee10580c 0.03 MB 60 3
172,251 172,251 000000000000090e2c27d976baae41116fbb89c33423d67e129c32818d6fcbc7 0.06 MB 137 159
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,624.18 GB sent, 92.99 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.