Memory Pool Memory Pool Refreshing

773 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (894,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,953 13,953 00000000e23ff0287bc7cfdb1dd5aa4d878054d97d3323e3eb858776596caa71 0.00 MB 1 0
13,952 13,952 0000000097481bdf0bf242145ad79cea116d0d075890c25e91c5e7ad7afa4822 0.00 MB 1 0
13,951 13,951 00000000fe497375c3ab773faf98c86f875afb1584e18ca5b309453338164bcb 0.00 MB 1 0
13,950 13,950 00000000bd4e11315a653df55fc217118efd46e009465ee6c5799136d0caa212 0.00 MB 1 0
13,949 13,949 00000000a4983b437fd74c6549a73861b85a64fdabb8f36b187858298b2fa912 0.00 MB 1 0
13,948 13,948 0000000007b9dbda13523406a4da5d680afb9f1a7038fd122c1dea5e24a7327d 0.00 MB 1 0
13,947 13,947 0000000055a472235a397efaf218b0282d30eac6a6e47e3821b8f30addb7b683 0.00 MB 1 0
13,946 13,946 000000007b4d76b1876b063956219d2c657fb2a1e4eb440092ab20fe6de9bd58 0.00 MB 1 0
13,945 13,945 00000000aff1f8b3111ecc0ecee9b5cb2a391072acea8ca6044ac346da85c48d 0.00 MB 1 0
13,944 13,944 0000000038448066fba7545b9b08e6692ee73da9cc3233e499bfd06436dc4935 0.00 MB 1 0
13,943 13,943 000000004b75529a7cfd1b6c7793975ed2e3b1adc20b3910a59f5d8344281e2c 0.00 MB 1 0
13,942 13,942 0000000092c4262df983ba22d77697ad87e54bea4524a0f06e907c978a9f4201 0.00 MB 1 0
13,941 13,941 00000000a857a1d568899ceede644419e67bc8d8f4f5c0c5453234550a932884 0.00 MB 1 0
13,940 13,940 00000000c9b8a19de353cda8f386679bea5f0146e93bb27519a8b49352f11c38 0.00 MB 1 0
13,939 13,939 000000007c2430e7d474251a64f3c038537d9efaa80edef13c65327b81be2ddc 0.00 MB 1 0
13,938 13,938 0000000031b8ff2e996cf4d9b07776df8aad0e53fc87b80e040a6e919d9d78e7 0.00 MB 1 0
13,937 13,937 00000000a964ed5de8f5f036c18a4d7f16f93c29b38077bd05f8ba58e06376a3 0.00 MB 1 0
13,936 13,936 0000000049320b14f72ebcaf90185e550de0c4d62d868156d1a2dfa4289c370e 0.00 MB 1 0
13,935 13,935 00000000f79b4307b16c73180b4fef1285697a5f1a0bdd7ed6b33ad3541ea92c 0.00 MB 1 0
13,934 13,934 00000000474a82297d241dd3c0dbf62b57bd71605d1ecb73d225f54e52aaafad 0.00 MB 1 0
13,933 13,933 00000000a972bc64b370baf52eb19a0e9ea1d07a9445fa767cfdedf3380c8546 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.