Memory Pool Memory Pool Refreshing

3,282 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 3,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (201,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,249 706,249 00000000000000000008c3fcfabf5e7f40502ebf4860f253d87ecf2becac9c35 0.65 MB 982 11
706,248 706,248 000000000000000000010b537604a6df289fa3b449cd1e5d944ecbe926cbb458 0.35 MB 634 11
706,247 706,247 0000000000000000000849a827db17cd31e7368594e16896824e3791fb204831 0.61 MB 830 14
706,246 706,246 00000000000000000008a5c8d054ba30a080f610fcdd09c49d04f3a0ea1439fa 0.38 MB 402 9
706,245 706,245 00000000000000000002f8ed7e3d9978b8f96d34eab93b32c8e8ce76c145b546 0.91 MB 1,027 6
706,244 706,244 0000000000000000000404bd694e8474a4713f11a600c3a04c0585902ff89a04 1.46 MB 1,560 13
706,243 706,243 0000000000000000000be24d272a4401a31be0581b82f85703a685d093f77ff9 1.72 MB 1,221 11
706,242 706,242 0000000000000000000ae32c8aff9b9ad430cc9c6ad25740a962c076d66513bf 1.19 MB 1,347 12
706,241 706,241 0000000000000000000888f476579604123959061c12529ae8d1fd2c480fcb41 0.61 MB 604 10
706,240 706,240 000000000000000000036c4566c3c09a8c57736b57d5b49b06184fc89f334b4d 0.88 MB 1,094 10
706,239 706,239 0000000000000000000c50543118fd0d2e984d82beb029d74545fd7b4898dbca 0.46 MB 789 12
706,238 706,238 000000000000000000032e019d7194760fde745e959bf6e3a754d774ad0ed316 0.19 MB 439 8
706,237 706,237 0000000000000000000868403fca0a7d39211977223d566b7b82ede341f71707 1.46 MB 2,971 12
706,236 706,236 000000000000000000055f22ae97c54613fadf81fc052cd64009cd2110ab8ee5 0.27 MB 304 11
706,235 706,235 000000000000000000050a7233c05a6e2c5ee6516e8bc80f9c678c11e98b2f72 0.07 MB 195 23
706,234 706,234 00000000000000000004de04b6d492e71057d2fed423aa928f84feffb06bcf02 0.97 MB 1,994 13
706,233 706,233 0000000000000000000955ac49451ffb7945d15a7d921b6223059a255ab2ff5f 0.93 MB 1,718 12
706,232 706,232 000000000000000000013391c7198dd081b98a1067dd84b604f27c46b5d12784 0.24 MB 341 43
706,231 706,231 00000000000000000002b80912f0dd36874036f144c209813f550b2346ffb01b 1.15 MB 1,445 9
706,230 706,230 00000000000000000003c3db3dcb1c6477d7fc390cc33d05be57447f682bad64 1.12 MB 1,302 10
706,229 706,229 00000000000000000005919e82c4fe7e8cb21cb09055a706466e1377dfdfda68 0.31 MB 573 13
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.