Memory Pool Memory Pool Refreshing

3,281 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 3,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (21,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,002 886,002 00000000000000000001fd63b23054b7bfe9b5b079603d4a93b14f783752ba82 1.60 MB 3,907 5
886,001 886,001 00000000000000000000f008cdb56953ee339f50d032935b7177921c16576ec0 1.67 MB 2,620 3
886,000 886,000 00000000000000000001e17f4c3a067d0b26324d5c4981fb78b945ed756b6d4b 2.17 MB 57 1
885,999 885,999 000000000000000000025c7f3bc7316d69300f4b6be0e2b5d26d521a656c874b 1.88 MB 1,092 2
885,998 885,998 00000000000000000001c060562dc54e05e23319bc493576ed47e4c62cc34f00 1.95 MB 439 1
885,997 885,997 0000000000000000000037120f2a9d27ab8381fe5cb271bc61593342573a28f2 2.07 MB 335 1
885,996 885,996 0000000000000000000016ee27fd521a3dbf0bf1607e9252ca38abe0e8854bde 1.64 MB 3,179 2
885,995 885,995 00000000000000000000bce66f5d4e37c3abe8739a1abb69b8b3678b0c2987ce 1.66 MB 3,462 6
885,994 885,994 0000000000000000000145e421c69b387441e38c51695d30fa4f42671f6d47e5 1.90 MB 1,110 1
885,993 885,993 0000000000000000000255d2b1c3a27c2103f00adbbf0338df402227cac95616 1.76 MB 3,329 4
885,992 885,992 00000000000000000000ca216c7aa944273a60c00eb34b32f6e1a6510c9eba31 1.65 MB 3,755 5
885,991 885,991 00000000000000000000c276ccd20756c760d99ef73c1950216cc944d2d483e1 2.02 MB 836 1
885,990 885,990 00000000000000000001b476db59e7cf874e350c07d3d1d01fedf375c18720ed 1.99 MB 1,244 2
885,989 885,989 00000000000000000001634b59b0142a810b62cb409796a46518c6ef27032a8c 2.18 MB 75 1
885,988 885,988 000000000000000000000cdffbd6c6d36bfac249ee0a27b1c3997c222c0b716c 1.97 MB 927 1
885,987 885,987 0000000000000000000133cec018cd36fe712a10d6496236c948f55a28d5a51b 1.75 MB 2,017 2
885,986 885,986 00000000000000000001fffe0f5f94981fd9db825ec25e9226668749a0b20dad 1.93 MB 1,350 2
885,985 885,985 000000000000000000012653d61fbc47d6f0dfeda2b211da35669a8c0c6000b8 2.14 MB 124 1
885,984 885,984 000000000000000000021cd1d60566bd980cab2fb31693a89d044a956c56b64c 1.54 MB 2,445 2
885,983 885,983 000000000000000000001a12998864699a1d9871f29dfa97f5a6da3cb9ba11e7 1.73 MB 3,630 4
885,982 885,982 0000000000000000000077749700f1a99ab74b9dcd8486607de7e8e51cb61eff 1.49 MB 3,360 9
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.