Memory Pool Memory Pool Refreshing

16,436 transactions
5.47 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,182 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (785,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,619 122,619 00000000000009c7a8c83b5655b2e3d179757a8c12c5033fe98087af6b0e7160 0.00 MB 8 318
122,618 122,618 00000000000005cdf4cce15cbb26fa1abb5ede076dcfc92796aa0248f1feee95 0.00 MB 1 0
122,617 122,617 0000000000003dee6feac4791f9b8c682fd162145d66a9599e0bd64181729c4f 0.00 MB 16 445
122,616 122,616 000000000000851c59975ed53195356bda40256ea47985835e7c7460b6e67958 0.00 MB 11 0
122,615 122,615 000000000000665c47d2c95add88771b84a07694311eb8b88c2a2d7ce87d7713 0.00 MB 15 551
122,614 122,614 0000000000002cbbed3655b0bb491d49fc24ac77877ed34723358d76a4e77421 0.00 MB 11 0
122,613 122,613 00000000000038296ef22dd6bdf43b9a4b016a9bec8574567cd85dd6250c3daa 0.00 MB 13 1,046
122,612 122,612 00000000000030dab64e261412db44711eae1c3bc920135e6b3f6902abd7fd43 0.00 MB 11 0
122,611 122,611 0000000000005fd23f56ce60e75301191c8d92dd1d633927364e3e24c4d9db10 0.01 MB 27 240
122,610 122,610 00000000000011724c48eb284957fe5027e997e382f43b98da28c454019f8912 0.01 MB 14 147
122,609 122,609 0000000000005a4974cef3ae8f9a4f03ad3085074490f1c0f980cebca6d9c953 0.01 MB 56 0
122,608 122,608 00000000000049f6bf511c8dffdcbf7f9018a5ee67f0bff81a7a001a0caedec5 0.00 MB 9 307
122,607 122,607 0000000000002cb6496aa495d027acab0b7b3e0c03990f6f51e7fba7fb0b0bf9 0.00 MB 11 0
122,606 122,606 0000000000002b19b97eaa7858911c216201ff02da41cc193bf70d77bd4605a0 0.01 MB 24 1,808
122,605 122,605 0000000000001f4fad810780218aca62ee78b50fecc83f0c7a9f9892d69f7396 0.00 MB 13 1,026
122,604 122,604 0000000000003694b1a7ab53687e526e55d20bf8cb9bd0c8ccbdb8a0041f5ea2 0.00 MB 1 0
122,603 122,603 0000000000002bc397fe3ad0751a871661d29cf70f24e8702773cd6c4754c888 0.00 MB 6 0
122,602 122,602 00000000000006225f62e5bb39c1dd78b6ea271219e19fd6aca82cb7e43be8ce 0.00 MB 12 505
122,601 122,601 00000000000097703eb3d5c4330253e43e316429e0c22bb6b01eff44459c4888 0.00 MB 3 2,020
122,600 122,600 0000000000004a16a9abab1a3f6a0288408216312bacc6a40f202234459ad948 0.00 MB 11 1,060
122,599 122,599 00000000000074e1ed591aac8815992a4383e6a92cb8dc80e3c5bb89d0fff852 0.01 MB 18 472
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.60 GB sent, 93.00 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.