Memory Pool Memory Pool Refreshing

3,721 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,744 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (419,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,247 488,247 000000000000000000a07eb2717f72341c949afb00caa05d90882c895ce30381 0.97 MB 1,628 64
488,246 488,246 000000000000000000211f3205408d0a9c7de296eb7d1a508afc5ffba07db216 0.44 MB 1,041 63
488,245 488,245 0000000000000000002a1cf91a4b4d73e083c2cd71051f053e77ff0fcc3733ec 1.00 MB 2,477 115
488,244 488,244 000000000000000000be73d18250974ff3cba4633a083ba037db3f2b3f3b8eb2 0.80 MB 1,382 72
488,243 488,243 000000000000000000ea4e9d8adea6c8c0088b1c22bbb2d375cb3d3f221ced98 0.37 MB 902 105
488,242 488,242 0000000000000000006c6d963b6288fc53ca17aa917054193389312fa82686c8 0.56 MB 1,298 102
488,241 488,241 0000000000000000006cd351779a465f680bb86ffbe208cb0182e8e98e23ad51 0.78 MB 1,839 89
488,240 488,240 000000000000000000a4fea80d5df299f8a29a8bd99a8636b3ffa3f448956fd8 0.01 MB 25 391
488,239 488,239 0000000000000000009ca55536ac3530b341b667150d0a38c28d1dcc73ddff18 0.30 MB 463 105
488,238 488,238 0000000000000000001039fb813f140b528c02addd3724e29dd16abc776bb1bf 0.93 MB 854 39
488,237 488,237 000000000000000000677a2d09f2e65ff4e4f238e4b37a69511c1aca699dae9e 0.13 MB 319 29
488,236 488,236 00000000000000000037d1ffe5b15c5a8fca22e3a3a30acd7e473fa49a0b7a32 1.00 MB 1,908 107
488,235 488,235 00000000000000000028360ae9244f3c74e8bb7472594f673fefb978a078adf0 0.96 MB 2,113 99
488,234 488,234 0000000000000000004b09c34e084b25e82f146cdc7b2bb4e2968324a9a63951 0.90 MB 1,782 96
488,233 488,233 000000000000000000802a50b78e6a19e0eea493c9e5f15a9a3b8bc45c990b4c 0.24 MB 475 102
488,232 488,232 000000000000000000e69d94f44c8cf6554f1d0144beda3ecd558f835f4be654 0.20 MB 363 68
488,231 488,231 0000000000000000001eb7b12efa1c390aec6107f215e94e4e84815b6be23ca5 0.51 MB 1,379 128
488,230 488,230 000000000000000000b74c09b2c8539601f2d7fb5b6cf50cac660c39565ab001 0.44 MB 1,076 115
488,229 488,229 00000000000000000054ed77223e6505a52d0c4fd97ac1d1edd439b180b19fb4 0.01 MB 23 132
488,228 488,228 000000000000000000be1f121e6d8c3b54dc085ec64b32545f4fac73bef5eb48 0.07 MB 186 86
488,227 488,227 0000000000000000000aa442a4a5a01e8de8a3dcb0691b1c88e715393d1eeb3c 0.18 MB 307 68
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.