Memory Pool Memory Pool Refreshing

216 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
905,585 000000000000000000023aa60000000000000000000000000000000000000000 0.08 vMB 209 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,584 (126,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
778,861 778,861 000000000000000000001e03c9fccee34edabd9e0870693160a6c37b67b9a18b 2.92 MB 1,362 7
778,860 778,860 00000000000000000002f6af540bc704bce3ddf98ce53b7b79de6baae9b51bb8 1.75 MB 3,234 16
778,859 778,859 00000000000000000000a57725c36cb3ede35e71b54290b36c40ecd0243aee33 3.63 MB 697 3
778,858 778,858 0000000000000000000121686053ade3d35eccc7ed5ec0764aba407880dd6978 3.28 MB 1,213 6
778,857 778,857 0000000000000000000242ee8eda0804146ff00b43357383d5056ffce08356b0 2.03 MB 1,819 9
778,856 778,856 00000000000000000001bdb26cf8f15aca3ce2b3a995a4af231dfed490a21584 1.63 MB 3,635 17
778,855 778,855 000000000000000000036dc651c35506bf49e1a0acb0981e5f9081b7fb4292d9 2.03 MB 2,308 12
778,854 778,854 0000000000000000000055af7937bfb687b0bb3a2be7a82950528c89d480cdf4 2.92 MB 1,711 5
778,853 778,853 00000000000000000001b30e22494828a31ade4082d83762042d07d68ed1e56c 1.69 MB 3,283 16
778,852 778,852 000000000000000000026294702ca0b187c071c13a7e2a031e5d71113a108bd8 1.62 MB 3,490 20
778,851 778,851 000000000000000000048e7ea623194dd0605a62d4ffb209e73a29ad2e1bbace 1.36 MB 1,156 12
778,850 778,850 000000000000000000039ffbc58beb5d2d5dd70d33b79a90e3b90aa94e1eecb8 1.55 MB 2,884 19
778,849 778,849 0000000000000000000533e6a21331690de0fe6b8392b5e52c571130557c63c6 1.67 MB 3,164 24
778,848 778,848 000000000000000000050ab9140655ba3715a89ea96ca83d6335c4f207eba6fb 1.49 MB 3,504 22
778,847 778,847 0000000000000000000649b3c40fb6e3e9237f0db73539383c9815d653b46245 1.26 MB 2,060 28
778,846 778,846 00000000000000000005197845f05d26ea2cf8f0d869e4f4f68b0e4fb1951d2d 2.21 MB 2,512 14
778,845 778,845 000000000000000000029f8c9631ca84632b252d6d31204a903271d478671266 2.45 MB 2,156 11
778,844 778,844 0000000000000000000529e0103fa92c6352d1e5c85e6c74a5750e61956ac588 2.67 MB 1,660 9
778,843 778,843 00000000000000000003fedb1357f31077d0967a504113d61c223fd6e75790cd 2.43 MB 2,127 8
778,842 778,842 00000000000000000001a7be33c42acfac997b1bde09a052389000c00dc1c240 1.53 MB 2,903 15
778,841 778,841 00000000000000000005dd243d1a565496e506a7e87090000b31e0ef852e36a2 1.76 MB 3,292 24
Previous 10 blocks ↓
Total Size: 765.22 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,343.77 GB sent, 73.30 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.