Memory Pool Memory Pool Refreshing

5,610 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,826 (384,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
522,867 522,867 0000000000000000003500d9e171112c36e09d7064c3e245c05dc497e719072e 0.79 MB 1,033 28
522,866 522,866 00000000000000000019bab906e17748d61321ca5ea7602128f46f6a31b1dbad 1.07 MB 1,777 31
522,865 522,865 000000000000000000190ec47c62bc81bae79605defe4d33706fa6dffbd72d9f 0.73 MB 1,237 32
522,864 522,864 0000000000000000000ea08d70fe167d884968c46aa1e9ec9100118dae212488 0.31 MB 660 51
522,863 522,863 0000000000000000001d4cde8f89ca9898cbd6294dbc57737f4b2ec4f9a62e3c 0.03 MB 78 34
522,862 522,862 0000000000000000003ec90fbc24a1a811d074d0725b940709d7b3b1c22734fa 0.97 MB 1,948 34
522,861 522,861 0000000000000000003a57b9af1e71799a6abb97ef1361cc90e33a06abedaca8 0.19 MB 348 38
522,860 522,860 000000000000000000288b11bd96485e7b1fc13f9d8468b017a0bc40bc4bff7c 0.05 MB 75 27
522,859 522,859 0000000000000000002495501e03e3d6f95f28266772823e10b3a11cc1a7ed00 0.05 MB 80 38
522,858 522,858 0000000000000000000c970e823589b541fdeb5f0df8422a04cc4bc372b3b50f 0.10 MB 221 37
522,857 522,857 00000000000000000008fafedfe31b5242c4495c0195d6d4e8a4e0eed21a15ac 0.47 MB 622 35
522,856 522,856 0000000000000000001eef561471b035e019ca7b5ea180f97fc78c78ee86f1fa 0.01 MB 49 57
522,855 522,855 0000000000000000001ec032a67d3edf1feabda4dcc9d316432850a1f8e5b928 0.43 MB 691 22
522,854 522,854 0000000000000000002d6f0de9e88f890b798df4cc39ed9f5896ee0f703b0b1d 0.69 MB 1,329 32
522,853 522,853 000000000000000000395e141ccd93984d9679fd4522810cab9b1844655cb42a 0.12 MB 320 45
522,852 522,852 00000000000000000030e54e1f17a268c0bfb5f8a874b0a8ee6c733067557034 0.16 MB 266 39
522,851 522,851 0000000000000000000d53a79b7792e13de4198a6d74334c1ad44c2ec766d889 0.46 MB 1,197 41
522,850 522,850 000000000000000000322e980c8421c0fbc31d1a8053d1f061925021aa52116f 0.75 MB 1,783 50
522,849 522,849 000000000000000000169d36675053baac4a91fb81947794fd5fd56e31c851df 0.99 MB 2,262 46
522,848 522,848 00000000000000000021c79291fd936c2890b226af93acc3872c38c29c9d81ac 0.19 MB 441 41
522,847 522,847 00000000000000000033913ec15d83b95adadb41ffffe05853cd7fd085c3ac11 0.01 MB 30 31
Previous 10 blocks ↓
Total Size: 769.21 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,634.59 GB sent, 94.02 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.