Memory Pool Memory Pool Refreshing

5,956 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,973 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (78,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,198 829,198 0000000000000000000326e8614f27ad4f2dc591a1063123326689ad1142e6bb 1.37 MB 2,141 29
829,197 829,197 0000000000000000000393852d929a57c5b39fcfbd76cef494ee68e8d70f977f 1.07 MB 467 24
829,196 829,196 000000000000000000017e53ae2aff14437306c14ca33da0a38c94a08fb2339a 1.28 MB 873 24
829,195 829,195 00000000000000000001373ab13ed27a7c5bc11e86f47539b27c1fa8e428eca3 1.62 MB 3,653 33
829,194 829,194 00000000000000000000567bd8c89088bf3c8a9dcc2ce8e01ac255fb8ecc64da 1.68 MB 3,922 45
829,193 829,193 0000000000000000000391c107b00130a55d52b4872c5b1942869a395b53cf88 1.37 MB 1,747 30
829,192 829,192 00000000000000000001b45103fcaf9a2dea467d7239c7943c08c99d6230b762 1.36 MB 1,810 31
829,191 829,191 000000000000000000021893ae1617e72810ae8bd6e1067233b560957e679582 1.31 MB 1,733 30
829,190 829,190 00000000000000000000867f9c27b38748fc89b98d740770b1475988d9cf9baf 1.36 MB 1,828 34
829,189 829,189 00000000000000000000b27e598e3de5f4a9161a602184292afb2f0386b1c27b 1.07 MB 586 24
829,188 829,188 000000000000000000006ea259cca24739d5fd52b209be72822c47d9123c0c88 1.51 MB 1,694 30
829,187 829,187 00000000000000000000d5165a24e2ef24d626cfded3822c43d6a650179f72a9 1.64 MB 3,564 41
829,186 829,186 0000000000000000000100fe9d77053e393d7c29992274feb6bbca17b655ee42 1.67 MB 2,344 31
829,185 829,185 0000000000000000000029c30fa2bbf9796f3c2bf7c61c207b0f388c5cb80eb3 1.15 MB 550 25
829,184 829,184 000000000000000000015261a246534789ab04686bfa79b1302220ed562ce0fb 1.05 MB 327 23
829,183 829,183 0000000000000000000309a73942bd91dca3be3f90be3fc4514bfff61a83549e 1.42 MB 2,012 32
829,182 829,182 000000000000000000018ba9e88ce9452665e3d75cdf59b8741e96f06ebb02e5 1.49 MB 2,086 31
829,181 829,181 00000000000000000002df13ccb60921cd9455b3582fe86439fea9805bbe7d97 1.54 MB 2,064 30
829,180 829,180 000000000000000000027010160401daa6deb990e193e6607518b36beed75302 1.21 MB 1,164 25
829,179 829,179 000000000000000000029b5d7150ea4419b77bdd8443d9d11ed754eed2872de1 1.54 MB 2,327 34
829,178 829,178 000000000000000000017f5e63b74daf78c595fc2352ebb86620bc2adaaaadab 1.23 MB 1,184 27
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.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.