Memory Pool Memory Pool Refreshing

6,077 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,677 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,676 (774,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,335 133,335 00000000000001679b4536dac108aa8801483538a65735f2e0f17955a220736b 0.06 MB 83 413
133,334 133,334 00000000000001808bb2d170ebdb573906db0dd680be166edc658c7381b2a258 0.06 MB 184 403
133,333 133,333 0000000000000065c37e4355b8e5b6040da154a844a2f9d010fbb64ac8eea220 0.03 MB 28 814
133,332 133,332 0000000000000a82a1f61dcf51f9f4301c5804422ba348be1910b5b9b4c2c05e 0.01 MB 32 463
133,331 133,331 00000000000002610b0339e579c77d771318b28cc9f4eedd0d025a705d09d7e7 0.02 MB 49 286
133,330 133,330 00000000000000b687313447c1a5aeb25927f3c6ae51eacbb8d6a3802738cbc0 0.02 MB 16 121
133,329 133,329 0000000000000af6135406fa8dce8e78fc4a07021960e6058464c33bd52448c2 0.00 MB 10 0
133,328 133,328 0000000000000905a99ae1cde500452b2f75b7c3e95dcc7b04378a06be3c28d2 0.00 MB 12 356
133,327 133,327 0000000000000ae419d52663125132b7a3997d924e26eaf45385ed4dfec95628 0.02 MB 40 282
133,326 133,326 0000000000000b197a1d984f70aa2595eda7fd25ed7cd230373773f8657f2dc3 0.02 MB 48 810
133,325 133,325 000000000000083489067b5045a5a449a429a1b53b6f7229c6781514328954e5 0.00 MB 8 207
133,324 133,324 0000000000000884ef13fce16347700525ce21b268ea57173d1519808c32a362 0.01 MB 26 765
133,323 133,323 000000000000058ebe42f26b9020183aad9eecfa52d44a1fea61c4522c8edbad 0.00 MB 9 1,388
133,322 133,322 0000000000000a2319d689511b502201f9388010be9dc20e8d17ec4acb632f43 0.00 MB 10 352
133,321 133,321 00000000000002be65fc568c65166c8a4e090d7db54351e9e68540dc48c659f1 0.01 MB 29 233
133,320 133,320 000000000000018d0b5234abf1aa91a67c9d21fb69263c51aefc20bff9557a45 0.02 MB 65 149
133,319 133,319 00000000000005e14dec45f390a2309cced9f994b1e99530615571e8153fd23e 0.01 MB 23 345
133,318 133,318 00000000000007c84acfea3d96ad8b19b3295b1ae6db1a6ddf20139590f31476 0.02 MB 53 564
133,317 133,317 000000000000066777b48389b62dc34b6ac504e0cee5ae9125844badf555684c 0.00 MB 9 1,449
133,316 133,316 0000000000000000629981ebad88aafb5856e6663998d1083d74008be66a384a 0.02 MB 43 179
133,315 133,315 00000000000000994b0eb61092cf56f19c2814d9dee2020c413153e1af41dca2 0.04 MB 103 1,900
Previous 10 blocks ↓
Total Size: 768.94 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,613.29 GB sent, 92.50 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.