Memory Pool Memory Pool Refreshing

1,844 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,838 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (552,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,091 355,091 000000000000000005fb224695d80bcea27ef4dc1281f6efd30ba8f48bf22d50 0.32 MB 573 24
355,090 355,090 000000000000000012c3de0a11ea80622b3be7fab9e80d819ffc642af70a488e 0.17 MB 289 21
355,089 355,089 0000000000000000100c132dc2c25cf953c1a0f8092cdbee523bbaed1bfcbdcf 0.32 MB 497 25
355,088 355,088 0000000000000000169a4e63ebcff2cd4ca1b2692bf700f1ebbb2b65424fab3e 0.63 MB 1,348 30
355,087 355,087 00000000000000000bc2e85f51b0094a8f0e52ab8eb2af44160ddb1c54daa897 0.12 MB 193 20
355,086 355,086 000000000000000015276f3fa123335f63f674c6189694925d4199782b61ee2f 0.62 MB 1,178 27
355,085 355,085 00000000000000000cc1d10e2d95617bb2226c8d8bef8000180eabc62ab68326 0.15 MB 335 28
355,084 355,084 00000000000000000e87a27f4746d5459a36d4476b46e1d15b645d0a2b769f18 0.30 MB 455 11
355,083 355,083 0000000000000000146c6ac63ab69f488e27316d4083cdd667e57d8154b20963 0.26 MB 362 19
355,082 355,082 000000000000000015f57cc5bb1a9ec34095f96b2b57bff28936e788a58aa4ff 0.90 MB 1,659 27
355,081 355,081 0000000000000000083f13dbd55e11a57c89cf685fd12f2fcd620af0dcc88aa0 0.75 MB 1,795 35
355,080 355,080 00000000000000000dc58edc0058f7c26f1e216697b75ee26be25db6ee13b00b 0.54 MB 528 13
355,079 355,079 00000000000000001707801724460337241043a621e1101a3f42f1b4707bdfbf 0.75 MB 2,239 39
355,078 355,078 000000000000000008e0409db8b09de944e121bb2b10283d51308ed5b143cf2c 0.16 MB 326 29
355,077 355,077 00000000000000000223b77e556c8debbc765bc7d94645254cf09cf76bb8b9f3 0.34 MB 552 23
355,076 355,076 000000000000000001af82cf103fef247f5606ae62deb3630d76003fe10fb5fa 0.46 MB 896 27
355,075 355,075 000000000000000011ab450f3abe89a18f4911f48bdcd2fc2bb0104721a3d061 0.11 MB 244 31
355,074 355,074 00000000000000000a5d047d643ef63b2e5608eecbe4866184f89ce34fce5b4f 0.40 MB 748 28
355,073 355,073 000000000000000012b422a2d3a33da9700f095f37768709f9973d612f35af83 0.00 MB 1 0
355,072 355,072 0000000000000000152a5befb704571d023b3e74421359309bc6920778e76195 0.26 MB 495 26
355,071 355,071 000000000000000000659c1295857f37d035074c53cafac35c8769676e58e2e9 0.48 MB 903 25
Previous 10 blocks ↓
Total Size: 769.10 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,629.04 GB sent, 93.40 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.