Memory Pool Memory Pool Refreshing

1,280 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,279 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (77,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,184 830,184 00000000000000000001b5b14857733bdda06abfafc98b9b7526e8ad5de7ebeb 1.70 MB 3,131 78
830,183 830,183 0000000000000000000210073426c52aefe12dca2f2984a1bcc06f61410173ff 1.61 MB 3,417 80
830,182 830,182 000000000000000000034c23c5ba13a810d1c50773b954ef2d486fe945a52a34 1.61 MB 2,750 178
830,181 830,181 0000000000000000000331b6da5f1ee8e68a1e953933672076d15162c9424365 1.77 MB 3,513 37
830,180 830,180 00000000000000000002ee945e0ee6d46d333b819fd5c2820589709528059dde 1.68 MB 3,176 51
830,179 830,179 000000000000000000007824eea23d2e9fff7a75d8df32414d798cf7e77006bc 1.75 MB 4,150 33
830,178 830,178 0000000000000000000070a130ed46f0c0d2a723ad21d5e771070955ccacd177 1.46 MB 2,731 57
830,177 830,177 00000000000000000001dadf5b77434f5d029fa4c7bd3f7905cacfeddcd0f36c 1.64 MB 3,023 145
830,176 830,176 0000000000000000000372e1abbee923547ea212447d4acc3e2bfb12c9f627bf 1.56 MB 3,384 40
830,175 830,175 0000000000000000000124a21184959cacd08c3bcba66dce44e26723f88560d0 1.64 MB 3,126 72
830,174 830,174 00000000000000000000dc5d64f3bfc043e4c3623d29d28af2aa1eb0381b676c 1.72 MB 3,042 65
830,173 830,173 00000000000000000001fdbb2298778eda88be7e387ab7586907db4dcafcb01e 1.73 MB 2,911 129
830,172 830,172 00000000000000000000c2eede6da0d23ba23742781879a312f563aa605f858b 1.66 MB 3,095 137
830,171 830,171 00000000000000000000c3a45a61c28b35b60c1a77af6f1d798b6e8d2ab344ad 1.73 MB 3,577 55
830,170 830,170 00000000000000000001415df7d56d6a747f6c474df3d3f204f9ab9857fa931b 1.69 MB 3,185 116
830,169 830,169 00000000000000000002f2733264e64af83c0fc5a0c2d6ff92b4cd25cb845a27 1.86 MB 3,067 90
830,168 830,168 00000000000000000000e2c86db1efca9f61ea456a4e721ae21617a792a327d6 1.60 MB 3,208 121
830,167 830,167 000000000000000000005edb6bf4c5fb42480ed434c28f2a192a7b7848fb62e3 1.68 MB 3,783 79
830,166 830,166 000000000000000000025879c120878cd817342b778fb23071f8f83a4c61e61d 1.82 MB 4,502 90
830,165 830,165 00000000000000000000b70be3652e4396ecacbc7a37aa2931343d7ee86bd82c 1.62 MB 3,699 93
830,164 830,164 00000000000000000002ca79af16cb3d2feba8baaa9cd0f050e111b74039bae6 1.73 MB 4,494 110
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.