Memory Pool Memory Pool Refreshing

8,579 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (582,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,950 324,950 0000000000000000116ed5f6bcdbdf387ad5714c95487924ed18ec516ccc4af4 0.06 MB 121 27
324,949 324,949 00000000000000000752ce8ed52a229fe1599a1c2ffdaf7647fa06cc075b59ae 0.15 MB 203 21
324,948 324,948 0000000000000000188430131794b597a79f42052cca58a82c577d37024941a8 0.25 MB 437 33
324,947 324,947 000000000000000006c6a103f762751325412df93a9b4491bab5ce266cb116e3 0.01 MB 9 18
324,946 324,946 00000000000000000f65f9a68f2897c9c0c28dec2f09cdc1773d77b104cc2c97 0.20 MB 347 29
324,945 324,945 00000000000000001d46da116682775011e91dbcc086810213c23d1eef0b2021 0.12 MB 238 27
324,944 324,944 000000000000000013d56acca54aa68f36801c966931c8d649f90b39dca45b9b 0.24 MB 509 26
324,943 324,943 000000000000000017f6fedf6c0375e3555d460044d3eb38a32778e96934e176 0.74 MB 1,502 29
324,942 324,942 000000000000000001399f293a52a23610151f2e35ccfc64160236b85155b574 0.01 MB 42 43
324,941 324,941 000000000000000016bd72c4ac0ba2d19c5b93d1ad851c7b1dc4682d73a6b8e7 0.47 MB 408 19
324,940 324,940 000000000000000007a93459514e93145874c0fba692d61edfedc26fab3e96a3 0.75 MB 802 29
324,939 324,939 00000000000000000b1b02a1eca895632d34f05b9fe4220defa6d350b040d6b0 0.30 MB 403 20
324,938 324,938 0000000000000000010474909d4e23065fd77c438f4f0aa8c2c6d0066999434e 0.01 MB 16 59
324,937 324,937 00000000000000000c07873f7f1c6853c12ae4edc61d60199355e14446670cfe 0.35 MB 697 29
324,936 324,936 00000000000000001143d6806fbdce52a9d2eba590117a3345601810ee778cc2 0.02 MB 23 8
324,935 324,935 00000000000000000b2328276eb0bb2d7f1f19091673e832f484555f9f8ae3e8 0.09 MB 200 28
324,934 324,934 00000000000000001eb3eb41e4922959d2e7aa1fd0e37d0131531d76b3858ba5 0.06 MB 122 41
324,933 324,933 00000000000000000ae785bad4e16a75f489c5ed6f41ee356a36622555d0d229 0.13 MB 290 34
324,932 324,932 000000000000000018ac4b4a39efbebb78a783a8adb28ab46388117b342efc99 0.26 MB 404 29
324,931 324,931 000000000000000015cdf6d0338a30ecedf06de21d7cc938913a84870477af63 0.28 MB 242 14
324,930 324,930 000000000000000009d1d6ad3a7bc185f1abbb6b1d0ecdcf2f3a151ff8436fba 0.42 MB 610 29
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,621.31 GB sent, 92.91 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.