Memory Pool Memory Pool Refreshing

4,890 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (538,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,393 369,393 000000000000000012c1db4657551f255e5b0c111921ec398e5975a5f369a987 0.06 MB 113 36
369,392 369,392 00000000000000000fa06d62cd75da9ff2528af65d74c4fdcecf06c31f110f6e 0.19 MB 339 36
369,391 369,391 0000000000000000114d9140e5cb76470b73bd5ca82e42e0926df79e24c2609c 0.17 MB 118 6
369,390 369,390 000000000000000008f83bd4418e64857c7217d309aebb5d3543495c90ae0cdf 0.85 MB 1,166 30
369,389 369,389 0000000000000000025212529365b02436429d086c9e09ec07011a496c6eda8b 0.93 MB 2,265 75
369,388 369,388 00000000000000000d7cb22ce09dda4e9e70a71c9eaf62b3847a8be19fa61497 0.01 MB 24 36
369,387 369,387 00000000000000000cde298807832665fd9b7856983f3298177c59f928ff7d1e 0.11 MB 90 50
369,386 369,386 00000000000000000b89e695778c12f5438f920547eb6afa66e21c6d91c64dfe 0.12 MB 196 31
369,385 369,385 00000000000000000e686822f8f57fb6c559d0beec223faa9f3113279a2a96f1 0.06 MB 140 31
369,384 369,384 000000000000000008848ec83a54248e51d0ccaea828511d5c36303736911358 0.43 MB 798 39
369,383 369,383 000000000000000013b3b07c8a3539516668c10e6a96307d51f94d20e91cde84 0.17 MB 294 39
369,382 369,382 00000000000000000ed4526243fba6c03a230f117a162eb8e869da0f95d668a8 0.00 MB 1 0
369,381 369,381 000000000000000007124344a1f745edd56004ad242f482177c7c7016027d607 0.31 MB 590 42
369,380 369,380 00000000000000000f1beffccb1b51b7d6282f918bd18d808b9adc7250c22ed7 0.88 MB 1,641 37
369,379 369,379 00000000000000000f0934104be45c0a22333ee7d75d906b4f8d3d0de8725fd6 0.35 MB 527 30
369,378 369,378 00000000000000000c793b5cad70a15802a142a80a4b8a1826c6ddd2fad06fd1 0.48 MB 890 49
369,377 369,377 000000000000000000c62fef84e1adf87e49cad11da2938d6f21cc2221c97368 0.00 MB 1 0
369,376 369,376 0000000000000000079322b363ff89c45d175d66600f1799567a502bd1f4ac6e 0.04 MB 84 39
369,375 369,375 0000000000000000076eb36e3db7353e5b67d3211c587a4022027113bca5d2b2 0.16 MB 270 33
369,374 369,374 000000000000000002229d44f235e981492bde4e48ad82bd2553559976f8a5a1 0.22 MB 425 35
369,373 369,373 00000000000000000c55b6a3c1ba1a9f9be4705e2486e5858855ac61f5d2bfdc 0.31 MB 592 38
Previous 10 blocks ↓
Total Size: 769.05 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,627.53 GB sent, 93.13 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.