Memory Pool Memory Pool Refreshing

7,436 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,877 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (534,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
372,952 372,952 00000000000000000ca6022c1c1c2dccfcaf20753a83b7390a0fcf5b8efe45b5 0.47 MB 730 42
372,951 372,951 000000000000000007fda4daf1519acc0b595c4c975a692fb251c62d2940703f 0.23 MB 422 59
372,950 372,950 0000000000000000073eecfd63e20465ac6582d3d40cdd16c302745f207dc7b0 0.06 MB 100 43
372,949 372,949 0000000000000000092b5f4cbc7ac0a2e6d2480e3cf9fd48a9eff6148ac04e30 0.15 MB 311 51
372,948 372,948 00000000000000000e09d3894f9330463e2f05dbc83af0b4b450d881056a31bc 0.62 MB 978 39
372,947 372,947 00000000000000000cdf40e2da76d84405d898becc300cb25908926a36a630d7 0.21 MB 439 51
372,946 372,946 00000000000000001242e0a6291a81ced35268777d6860a0ec45b3dec8ecf75c 0.21 MB 376 44
372,945 372,945 000000000000000013465204cfa1f94d741f9d6b4b01b8c905295d23684c090d 0.77 MB 1,441 42
372,944 372,944 000000000000000010753d9d89c5066eaafaf7b1005184c6495a55d972a129b7 0.00 MB 1 0
372,943 372,943 000000000000000005caf0953a55616701a0a71e0b5129c11593f13c923930cd 0.20 MB 352 37
372,942 372,942 0000000000000000076ba07b379785720ee7023752ee36495513f30acd503418 0.28 MB 332 30
372,941 372,941 00000000000000000a77e2ec88a13862771cfeabbcdb82e73db9fa6f68766d0a 0.07 MB 80 24
372,940 372,940 00000000000000000da948c9ba043670b98f7fd5420488a8e891632e209ebfab 0.25 MB 379 43
372,939 372,939 00000000000000000a7c3653c297874807e4bf3fd9a6105bfed6d2afbda8b6bf 0.12 MB 194 26
372,938 372,938 000000000000000005aed122b236ea764969aabe235c0e8a8d8122c56b59deba 0.29 MB 534 39
372,937 372,937 00000000000000000f312e0550aea74b7cb4a14d80f88edd91e7e86c87b67cd6 0.07 MB 166 47
372,936 372,936 0000000000000000068612efadc81b10e6440f5e4ea2c83d891f110f7e5819a2 0.26 MB 436 34
372,935 372,935 00000000000000000623afbc74fb31854630897fb1185abba7443fe997ebd17b 0.15 MB 279 34
372,934 372,934 00000000000000000a95e353249a4f915883e9b5f147f37cabb26e6956db42f2 0.25 MB 240 11
372,933 372,933 00000000000000001400729b41e874d5decd2d03fa9455bef8322278057e756c 0.45 MB 830 36
372,932 372,932 00000000000000000b6c59f8821495f0ab22446aa02812a309dcf3048715b66b 0.63 MB 876 31
Previous 10 blocks ↓
Total Size: 769.03 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.85 GB sent, 93.01 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.