Memory Pool Memory Pool Refreshing

4,561 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,694 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,589 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (795,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,945 111,945 000000000000cdef4419a81290d50e37439059f1ad4ea9ff1dd69281ab14f810 0.00 MB 8 0
111,944 111,944 000000000000976eba59027b32ab928d14010ebd7c56a27e28195b8c737f3c29 0.00 MB 11 0
111,943 111,943 000000000000d316e0f0654d99b85e6a839ed5a32e2fe05a13da26612db89f18 0.00 MB 1 0
111,942 111,942 000000000000eca196a159c179b6d1fb9bd1e29ed3223fb03d09611ab4073f79 0.00 MB 1 0
111,941 111,941 0000000000006fdb8527707fbb2d3568c34e4ea0de15718db78ba30ec6cdc4b4 0.00 MB 2 0
111,940 111,940 000000000000fb088b3501f102d7c31c42bc8b71f9d8b3affb3b8dac1aa95dca 0.00 MB 5 0
111,939 111,939 00000000000097fa31c94fe62c3c44ab2371ef067c6ed5ef993371067ed79ec1 0.00 MB 12 0
111,938 111,938 00000000000117f021e65a8728c94d03f38e21d8bcb9727e11864a0f9b31e9e3 0.00 MB 12 0
111,937 111,937 00000000000054cb0ec81aca365e0b6c9962a2396bf8ff83e6f536972cb97be7 0.01 MB 21 0
111,936 111,936 000000000000016b3f18f9c084fdf95d686c816cfbaa82019a6dc107a667f8b2 0.00 MB 9 373
111,935 111,935 0000000000012d5b33a68f979bd1c702aa8ee0743c784765c97bd4bc0a1e2982 0.00 MB 6 7
111,934 111,934 00000000000039c992eed7c6d777759c5b96683c0430372d6c6c0271dde372d1 0.00 MB 1 0
111,933 111,933 000000000000bce332951ac04d43145be7e06b79c2c95b154741c867b1be9069 0.00 MB 6 0
111,932 111,932 000000000001292a7e64f58f8abe20b4f79350f532674775481750e6e75258ad 0.00 MB 9 0
111,931 111,931 000000000000fd761de8816b347ccd70fcfde6b28c93020035e167d84f69e12c 0.01 MB 8 166
111,930 111,930 000000000000ce1142b85938b2b4a1b109a8ce3e08f5e509068e374c3e74a19f 0.00 MB 1 0
111,929 111,929 000000000000e18ee6496b9d4063734439d13762315ec5d9a94881f797dae15b 0.00 MB 3 0
111,928 111,928 000000000000412db0800baffc96b243133a1af75513ebaa382295c989f79b1c 0.00 MB 19 0
111,927 111,927 0000000000006b2877c33dd84b6e5ae9c97fbc3fbb3ff88729b026adb44e70c1 0.00 MB 7 0
111,926 111,926 0000000000005dce7b341e0fe44a4b6762fd381349d4eac9d5b0b106804c7890 0.00 MB 6 0
111,925 111,925 000000000000b7676b36cb3f1567c549769cea8a671f1b338c0e7e42ed380b22 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 768.97 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,615.62 GB sent, 92.66 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.