Memory Pool Memory Pool Refreshing

2,675 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,193 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (209,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,078 698,078 0000000000000000000d049e35b30410accf836bc8ee13274cde77122c7a9e62 1.80 MB 464 3
698,077 698,077 00000000000000000005fd1f931fc09ecc056f3fc1d2fa4418a617abd9717b1e 1.72 MB 1,065 6
698,076 698,076 00000000000000000001ae773a0410cc207dd7c88ae24988393e4aad4159c475 1.73 MB 522 3
698,075 698,075 0000000000000000000de0e0b4b05a0aeafc4d1a39433645529281b588a48e76 1.53 MB 1,145 4
698,074 698,074 0000000000000000000f6377478ae4b9fd41701005ed98f7546adb2981f6cfa8 1.53 MB 2,027 17
698,073 698,073 00000000000000000005265160e8415121b9637f02675345af387150d73eaf42 0.01 MB 33 9
698,072 698,072 000000000000000000023b77ba4ac2947e6e4ead385b6f7b093dd854022bafa1 1.75 MB 744 3
698,071 698,071 00000000000000000008ef28f37575fc869f94cd7087652128e02b4cff83e836 1.56 MB 929 7
698,070 698,070 000000000000000000098defac8da8ebb52b25fb6061d3b085d948daa590d0a4 1.61 MB 1,581 11
698,069 698,069 0000000000000000000b4ee86800ec130896c5b8a1ad5f305bd41cb4c683f8b4 0.76 MB 1,230 16
698,068 698,068 00000000000000000008dcfe8d7cd149cfa00d1bc726e098f56364b96b863598 0.26 MB 161 4
698,067 698,067 00000000000000000002d2239c0c11a7ae94117281ce647db35512ffb065c48c 0.31 MB 567 9
698,066 698,066 0000000000000000000cc8f67ec1d9295170fa71d9dd11828f1ea306ed2dca09 0.36 MB 812 13
698,065 698,065 000000000000000000011580f957e90d07356cb2bcfdf85174de99af226ccdba 0.21 MB 304 11
698,064 698,064 0000000000000000000fc8d7043e018ee665baddeabdeb1b362cc20370074278 0.14 MB 323 12
698,063 698,063 000000000000000000098e45be92154a3fb34a7fd4d5acd36695c4865bdf5429 0.13 MB 186 9
698,062 698,062 0000000000000000000d479e5fc97de160294af777dceefaaf73f39fa2f02e48 0.55 MB 1,231 12
698,061 698,061 000000000000000000011e877498a9c8ef9001c406bcadba812c382861247f5f 0.18 MB 361 14
698,060 698,060 00000000000000000006174a6a614d625d54290d070016a2414477c2d6854a5d 0.11 MB 271 12
698,059 698,059 0000000000000000000ec132889c3174284ef06a422e9936c27eeb0e3259d72f 1.47 MB 1,026 6
698,058 698,058 00000000000000000002628a18ddc4711da02c689a0ee8b02bf969298fcf99e1 0.32 MB 590 12
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

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